MessagePayloadParams

Represents a filter for BaseMessage's additional payload.

Since

4.8.0

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the meta arrays should be included in the results. If the value is null, it follows the default value.

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. If the value is null, it follows the default value.

Link copied to clipboard

Whether the thread information should be included in the results. If the value is null, it follows the default value.

Functions

Link copied to clipboard
fun copy(includeMetaArray: Boolean? = this.includeMetaArray, includeReactions: Boolean? = this.includeReactions, includeParentMessageInfo: Boolean? = this.includeParentMessageInfo, includeThreadInfo: Boolean? = this.includeThreadInfo): MessagePayloadParams
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int