mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.2 KiB
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
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];