MessagePayloadFilter

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

Link copied to clipboard
constructor(includeMetaArray: Boolean = false, includeReactions: Boolean = false, includeParentMessageInfo: Boolean = false, includeThreadInfo: Boolean = false)

Types

Link copied to clipboard
object Companion

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.