interface QueryChannelsLoadMore
invoke |
Load more channels for this query abstract operator fun invoke(filter: FilterObject, sort: QuerySort?, limit: Int = 30, messageLimit: Int = 10): Call2<List<Channel>> |
QueryChannelsLoadMoreImpl |
class QueryChannelsLoadMoreImpl : QueryChannelsLoadMore |