Interface ChatEventAvailableReactionsChanged

The chat available reactions were changed. Subtype of ChatEventAction.

interface ChatEventAvailableReactionsChanged {
    @type: "chatEventAvailableReactionsChanged";
    new_available_reactions: ChatAvailableReactions;
    old_available_reactions: ChatAvailableReactions;
}

Properties

@type: "chatEventAvailableReactionsChanged"
new_available_reactions: ChatAvailableReactions

New chat available reactions.

old_available_reactions: ChatAvailableReactions

Previous chat available reactions.