ShouldFetchMore

data class ShouldFetchMore(val nextBatch: String) : FetchThreadsResult

Constructors

Link copied to clipboard
fun ShouldFetchMore(nextBatch: String)

Properties

Link copied to clipboard
val nextBatch: String