Interface ClickAnimatedEmojiMessage

Informs TDLib that a message with an animated emoji was clicked by the user. Returns a big animated sticker to be played or a 404 error if usual animation needs to be played. Request type for Tdjson#clickAnimatedEmojiMessage.

interface ClickAnimatedEmojiMessage {
    @type: "clickAnimatedEmojiMessage";
    chat_id: number;
    message_id: number;
}

Properties

@type: "clickAnimatedEmojiMessage"
chat_id: number

Chat identifier of the message.

message_id: number

Identifier of the clicked message.