class QueryChannelsImpl : QueryChannels
<init> |
QueryChannelsImpl(domainImpl: ChatDomainImpl) |
domainImpl |
var domainImpl: ChatDomainImpl |
invoke |
Queries offline storage and the API for channels matching the filter Returns a queryChannelsController operator fun invoke(filter: FilterObject, sort: QuerySort?, limit: Int, messageLimit: Int): Call2<QueryChannelsController> |