SendMessageEmojiInteractionSeen
- class pyrogram.raw.types.SendMessageEmojiInteractionSeen
User is watching an animated emoji reaction triggered by another user, click here for more info ».
Constructor of
SendMessageAction.- Details:
Layer:
223ID:
B665902E
- Parameters:
emoticon (
str) – Emoji
TL Schema
sendMessageEmojiInteractionSeen#b665902e
emoticon:string
= SendMessageAction
Parameter Tree
SendMessageEmojiInteractionSeen
└── emoticon →
stringExample
SendMessageEmojiInteractionSeen(
emoticon="text",
)