Link Search Menu Expand Document

Constructor: sendMessageEmojiInteraction

Back to constructors index

User has clicked on an animated emoji triggering a reaction, click here for more info ».

Attributes:

NameTypeRequiredDescription
emoticonstringYesEmoji
msg_idintYesMessage ID of the animated emoji that was clicked
interactionDataJSONYesA JSON object with interaction info, click here for more info »

Type: SendMessageAction

Example:

$sendMessageEmojiInteraction = ['_' => 'sendMessageEmojiInteraction', 'emoticon' => 'string', 'msg_id' => int, 'interaction' => DataJSON];