Interface UpdateAnimatedEmojiMessageClicked

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. Subtype of Update.

interface UpdateAnimatedEmojiMessageClicked {
    @type: "updateAnimatedEmojiMessageClicked";
    chat_id: number;
    message_id: number;
    sticker: Sticker;
}

Properties

@type: "updateAnimatedEmojiMessageClicked"
chat_id: number

Chat identifier.

message_id: number

Message identifier.

sticker: Sticker

The animated sticker to be played.