Layer 220
SendMessageEmojiInteractionSeen
User is watching an animated emoji reaction triggered by another user, click here for more info.
constructor
sendMessageEmojiInteractionSeen#b665902e emoticon:string = SendMessageAction;
Parameters
| Name | Type | Description |
|---|---|---|
| Emoticon | string | Emoji |
Returns
SendMessageActionGogram Example
// Creating SendMessageEmojiInteractionSeen constructor obj := &tg.SendMessageEmojiInteractionSeen{ Emoticon: "...", }