mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
926 B
926 B
title | description | nav_exclude | image |
---|---|---|---|
sendMessageEmojiInteractionSeen | User is watching an animated emoji reaction triggered by another user, click here for more info ». | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: sendMessageEmojiInteractionSeen
User is watching an animated emoji reaction triggered by another user, click here for more info ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
emoticon | string | Yes | Emoji |
Type: SendMessageAction
Example:
$sendMessageEmojiInteractionSeen = ['_' => 'sendMessageEmojiInteractionSeen', 'emoticon' => 'string'];