A class representing query to retrieve the list of GroupChannels that have been
deactivated by channel rotation for the current User.
The query can be get by calling sendbirdChat.groupChannel.createInactiveChannelListQuery().
Unlike createMyGroupChannelListQuery(), the returned channels are a minimal "channel" view
(members, receipts, last message, etc. are not included) and are not reflected into any
GroupChannelCollection or the channel cache.
Gets the list of inactive GroupChannels.
If this method is repeatedly called after each next is finished,
it retrieves the following pages of the inactive channel list.
If there is no more pages to be read, an empty list (not null). is returned.
serialize
serialize(): object
Returns object
Description
Serializes the InactiveChannelListQuery instance.
This byte array can be stored in the database in your application. The instance can be restored by buildFromSerializedData.
Description
A class representing query to retrieve the list of GroupChannels that have been deactivated by channel rotation for the current User. The query can be get by calling sendbirdChat.groupChannel.createInactiveChannelListQuery(). Unlike createMyGroupChannelListQuery(), the returned channels are a minimal "channel" view (members, receipts, last message, etc. are not included) and are not reflected into any GroupChannelCollection or the channel cache.