Message List Params
Represents a message list params.
Since
3.0.130
See also
Constructors
Link copied to clipboard
Link copied to clipboard
fun MessageListParams(previousResultSize: Int, nextResultSize: Int, messageTypeFilter: MessageTypeFilter?, customTypes: Collection<String>?, senderUserIds: List<String>?, inclusive: Boolean, reverse: Boolean, messagePayloadFilter: MessagePayloadFilter, replyType: ReplyType, showSubchannelMessagesOnly: Boolean = false)
Content copied to clipboard
Link copied to clipboard
fun MessageListParams(previousResultSize: Int, nextResultSize: Int, messageTypeFilter: MessageTypeFilter?, customType: String?, senderUserIds: List<String>?, inclusive: Boolean, reverse: Boolean, messagePayloadFilter: MessagePayloadFilter, replyType: ReplyType, showSubchannelMessagesOnly: Boolean = false)
Content copied to clipboard
Types
Functions
Link copied to clipboard
Verify that the given channel information matches the current query filter.
Verify that the given BaseMessageCreateParams
information matches the current query filter.
Link copied to clipboard
Clones and returns a new instance of MessageListParams
.
Link copied to clipboard
fun copy(previousResultSize: Int = this.previousResultSize, nextResultSize: Int = this.nextResultSize, messageTypeFilter: MessageTypeFilter = this.messageTypeFilter, customType: String? = this.customType, customTypes: Collection<String>? = this.refinedCustomTypes, senderUserIds: List<String>? = this.senderUserIds, inclusive: Boolean = this.inclusive, reverse: Boolean = this.reverse, messagePayloadFilter: MessagePayloadFilter = this.messagePayloadFilter, replyType: ReplyType = this.replyType, showSubchannelMessagesOnly: Boolean = this.showSubchannelMessagesOnly): MessageListParams
Content copied to clipboard
Properties
Link copied to clipboard
Sets the MessagePayloadFilter to be used in retrieving message lists. This is more preferred way of setting other include flags.
Link copied to clipboard
Whether to show subchannel message only. Defaults to false. This only takes effect when the requested channel is a dynamically partitioned OpenChannel.