Represents a user message params.

Hierarchy

Properties

appleCriticalAlertOptions?: AppleCriticalAlertOptions

The apple critical alert options of the message.

customType?: string

The custom type of the message.

data?: string

The data of the message.

isPinnedMessage?: boolean

Whether the message should be pinned to the channel. (default: false)

isReplyToChannel?: boolean

Whether the message should also be sent to the channel. (default: false)

mentionType?: MentionType

The mention type of the message. (default: USERS).

mentionedMessageTemplate?: string

The mentioned message template.

mentionedUserIds?: string[]

The mentioned user IDs of the message.

mentionedUsers?: User[]

The mentioned users of the message.

message: string

The message text of the message.

metaArrays?: MessageMetaArray[]

The meta arrays of the message.

parentMessageId?: number

The parent message ID of the message.

pollId?: number

The poll id of the message.

pushNotificationDeliveryOption?: PushNotificationDeliveryOption

The push notification delivery option user of the message.

translationTargetLanguages?: string[]

The translation target languages.

Generated using TypeDoc