Interface SetChatAvailableReactions

Changes reactions, available in a chat. Available for basic groups, supergroups, and channels. Requires can_change_info member right. Request type for Tdjson#setChatAvailableReactions.

interface SetChatAvailableReactions {
    @type: "setChatAvailableReactions";
    available_reactions: ChatAvailableReactions;
    chat_id: number;
}

Properties

@type: "setChatAvailableReactions"
available_reactions: ChatAvailableReactions

Reactions available in the chat. All explicitly specified emoji reactions must be active. In channel chats up to the chat's boost level custom emoji reactions can be explicitly specified.

chat_id: number

Identifier of the chat.