MadelineProtoDocs/docs/API_docs/constructors/sendMessageEmojiInteraction.md
2024-05-01 14:53:46 +02:00

1.2 KiB

title description nav_exclude image
sendMessageEmojiInteraction User has clicked on an animated emoji triggering a reaction, click here for more info ». true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: sendMessageEmojiInteraction

Back to constructors index

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];