interface QueryChannels
invoke |
Queries offline storage and the API for channels matching the filter Returns a queryChannelsController abstract operator fun invoke(filter: FilterObject, sort: QuerySort? = null, limit: Int = 30, messageLimit: Int = 10): Call2<QueryChannelsController> |
QueryChannelsImpl |
class QueryChannelsImpl : QueryChannels |