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: 223

  • ID: B665902E

Parameters:

emoticon (str) – Emoji

TL Schema

sendMessageEmojiInteractionSeen#b665902e
emoticon:string

= SendMessageAction

Parameter Tree

SendMessageEmojiInteractionSeen
└── emoticonstring

Example

SendMessageEmojiInteractionSeen(
    emoticon="text",
)