abstract operator fun invoke(filter: FilterObject, sort: QuerySort? = null, limit: Int = 30, messageLimit: Int = 10): Call2<QueryChannelsController>
Queries offline storage and the API for channels matching the filter Returns a queryChannelsController
sort
- how to sort the channels (default is last_message_at)
limit
- the number of channels to retrieve
messageLimit
- how many messages to retrieve per channel
Return
A call object with QueryChannelsController as the return type
See Also
io.getstream.chat.android.livedata.controller.QueryChannelsController