Interface ChatAvailableReactionsSome

Only specific reactions are available in the chat. Subtype of ChatAvailableReactions.

interface ChatAvailableReactionsSome {
    @type: "chatAvailableReactionsSome";
    max_reaction_count: number;
    reactions: ReactionType[];
}

Properties

@type: "chatAvailableReactionsSome"
max_reaction_count: number

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

reactions: ReactionType[]

The list of reactions.