AnyChannelPaginationRequest

class AnyChannelPaginationRequest(var messageLimit: Int = MESSAGE_LIMIT)

Constructors

Link copied to clipboard
fun AnyChannelPaginationRequest(messageLimit: Int = MESSAGE_LIMIT)

Properties

Link copied to clipboard
var channelLimit: Int
Link copied to clipboard
var channelOffset: Int = 0
Link copied to clipboard
var memberLimit: Int
Link copied to clipboard
var memberOffset: Int = 0
Link copied to clipboard
var messageFilterDirection: Pagination? = null
Link copied to clipboard
var messageFilterValue: String
Link copied to clipboard
var messageLimit: Int
Link copied to clipboard
var sort: QuerySorter<Channel>
Link copied to clipboard
var watcherLimit: Int
Link copied to clipboard
var watcherOffset: Int = 0

Extensions

Link copied to clipboard