Message Payload Filter
data class MessagePayloadFilter @JvmOverloads constructor(var includeMetaArray: Boolean = false, var includeReactions: Boolean = false, var includeParentMessageInfo: Boolean = false, var includeThreadInfo: Boolean = false)
Represents a filter for BaseMessage's additional payload.
Since
4.0.0
Constructors
Properties
Link copied to clipboard
whether the meta arrays should be included in the results.
Link copied to clipboard
whether the information of a parent message should be included in the reply messages included in the results.
Link copied to clipboard
whether the reaction data should be included in the results.
Link copied to clipboard
whether the thread information should be included in the results.
Functions
Link copied to clipboard
Clones and returns a new instance of MessagePayloadFilter.