BaseMessageUpdateParams

Represents a base message params.

Since

3.0.52

Inheritors

Properties

Link copied to clipboard
@SerializedName(value = "customType")
var customType: String?

The custom type of the message. Defaults to null.

Link copied to clipboard
@SerializedName(value = "data")
var data: String?

The data of the message. Defaults to null.

Link copied to clipboard

The mentioned user ids of the message. Defaults to null.

Link copied to clipboard

The mentioned user of the message. Defaults to null.

Link copied to clipboard
@SerializedName(value = "mentionType")
var mentionType: MentionType

The mention type of the message. Defaults to MentionType.USERS.

Functions

Link copied to clipboard
open override fun toString(): String