A class representing query to retrieve OpenChannel list. The query can be get by calling sendbirdChat.openChannel.createOpenChannelListQuery().
Readonly
A filter to return only channels with the specified customType.
Indicate whether to include frozen channels or not. (default: true)
Indicate whether to include channel metadata on fetch. (default: true)
The maximum number of data per queried page.
Indicate search keyword for channel name.
Indicate search keyword for channel URL.
Whether there is a next page.
Whether the current query is in communication progress with server.
Gets the list of OpenChannels. If this method is repeatedly called after each next is finished, it retrieves the following pages of the OpenChannel list. If there is no more pages to be read, an empty List (not null) is returned.
Description
A class representing query to retrieve OpenChannel list. The query can be get by calling sendbirdChat.openChannel.createOpenChannelListQuery().