-
public interface QueryChannels
-
-
Method Summary
Modifier and Type Method Description abstract Call<QueryChannelsController>invoke(FilterObject filter, QuerySort<Channel> sort, Integer limit, Integer messageLimit)Queries offline storage and the API for channels matching the filter Returns a queryChannelsController -
-
Method Detail
-
invoke
@CheckResult() abstract Call<QueryChannelsController> invoke(FilterObject filter, QuerySort<Channel> sort, Integer limit, Integer messageLimit)
Queries offline storage and the API for channels matching the filter Returns a queryChannelsController
- Parameters:
filter- the filter objectsort- how to sort the channels (default is last_message_at)limit- the number of channels to retrievemessageLimit- how many messages to retrieve per channel
-
-
-
-