class QueryChannelsLoadMoreImpl : QueryChannelsLoadMore
<init> |
QueryChannelsLoadMoreImpl(domainImpl: ChatDomainImpl) |
domainImpl |
var domainImpl: ChatDomainImpl |
invoke |
Load more channels for this query operator fun invoke(filter: FilterObject, sort: QuerySort?, limit: Int, messageLimit: Int): Call2<List<Channel>> |