A class representing query to retrieve previous message list for a channel.
The query can be get by calling sendbirdChat.openChannel.createPreviousMessageListQuery() or sendbirdChat.openChannel.createPreviousMessageListQuery().
Determines the reply types to include in the results.
Readonlyreverse
reverse:boolean = false
Description
Indicates whether the queried result will be reversed. If true, the result will be returned by creation time descending order.
ReadonlysenderUserIdsFilter
senderUserIdsFilter:null | string[] = null
Description
Sender user IDs filter.
ReadonlyshowSubchannelMessagesOnly
showSubchannelMessagesOnly:boolean = false
Description
If set to true, only messages that belong to current user's subchannel is fetched.
If set to false, all messages will be fetched.
Default is false.
Takes effect only when the requested channel is a dynamically partitioned open channel.
Accessors
hasNext
get hasNext(): boolean
Returns boolean
Description
Whether there is a next page.
isLoading
get isLoading(): boolean
Returns boolean
Description
Whether the current query is in communication progress with server.
Description
A class representing query to retrieve previous message list for a channel. The query can be get by calling sendbirdChat.openChannel.createPreviousMessageListQuery() or sendbirdChat.openChannel.createPreviousMessageListQuery().