-
public interface QueryChannelsLoadMore
-
-
Method Summary
-
-
Method Detail
-
invoke
abstract Call<List<Channel>> invoke(FilterObject filter, QuerySort<Channel> sort, Integer limit, Integer messageLimit)
Load more channels for this query
- Parameters:
filter- the filter for querying channels, see https://getstream.io/chat/docs/query_channels/?sort- the sort for the channels, by default will sort on last_message_atlimit- the number of channels to retrievemessageLimit- how many messages to fetch per chanel
-
-
-
-