Previous Message List Query
A class representing query to retrieve previous message list for channels.
Currently, 1 kind of message list can be queried.
The list of previous messages for a channel.
The query can be get by calling OpenChannel.createPreviousMessageListQuery or GroupChannel.createPreviousMessageListQuery.
Properties
The current channel.
The type of the channel to get messages from.
The url of the channel to get messages from.
The custom type filter of the message.
Whether the current query is in communication progress with server.
MessagePayloadFilter to be used in retrieving message lists. This is more preferred way of setting other include flags.
The time of a request. The initial value will be a value from PreviousMessageListQueryParams.messageTimestamp. After each call of load, this value will change to the oldest BaseMessage.createdAt value of the message that have been fetched.
Message type filter. MessageTypeFilter
Sender user ids filter.
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.