Interface ChatAvailableReactionsAll

Describes reactions available in the chat. Subtype of ChatAvailableReactions.

interface ChatAvailableReactionsAll {
    @type: "chatAvailableReactionsAll";
    max_reaction_count: number;
}

Properties

@type: "chatAvailableReactionsAll"
max_reaction_count: number

The maximum allowed number of reactions per message; 1-11.