Interface UpdateChatAvailableReactions

The chat available reactions were changed. Subtype of Update.

interface UpdateChatAvailableReactions {
    @type: "updateChatAvailableReactions";
    available_reactions: ChatAvailableReactions;
    chat_id: number;
}

Properties

@type: "updateChatAvailableReactions"
available_reactions: ChatAvailableReactions

The new reactions, available in the chat.

chat_id: number

Chat identifier.