Constructor: sendMessageEmojiInteraction
User has clicked on an animated emoji triggering a reaction, click here for more info ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
emoticon | string | Yes | Emoji |
msg_id | int | Yes | Message ID of the animated emoji that was clicked |
interaction | DataJSON | Yes | A JSON object with interaction info, click here for more info » |
Type: SendMessageAction
Example:
$sendMessageEmojiInteraction = ['_' => 'sendMessageEmojiInteraction', 'emoticon' => 'string', 'msg_id' => int, 'interaction' => DataJSON];