mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
30 lines
926 B
Markdown
30 lines
926 B
Markdown
|
---
|
||
|
title: "sendMessageEmojiInteractionSeen"
|
||
|
description: "User is watching an animated emoji reaction triggered by another user, click here for more info »."
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: sendMessageEmojiInteractionSeen
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
User is watching an animated emoji reaction triggered by another user, [click here for more info »](https://core.telegram.org/api/animated-emojis#emoji-reactions).
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|emoticon|[string](/API_docs/types/string.html) | Yes|Emoji|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [SendMessageAction](/API_docs/types/SendMessageAction.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$sendMessageEmojiInteractionSeen = ['_' => 'sendMessageEmojiInteractionSeen', 'emoticon' => 'string'];
|
||
|
```
|