UpdateAnimatedEmojiMessageClicked constructor

UpdateAnimatedEmojiMessageClicked(
  1. {required int chat_id,
  2. required int message_id,
  3. required Sticker sticker,
  4. int? extra,
  5. int? clientId}
)

Some animated emoji message was clicked and a big animated sticker must be played if the message is visible on the screen. chatActionWatchingAnimations with the text of the message needs to be sent if the sticker is played

Implementation

UpdateAnimatedEmojiMessageClicked