Interface UpdateDefaultReactionType

The type of default reaction has changed. Subtype of Update.

interface UpdateDefaultReactionType {
    @type: "updateDefaultReactionType";
    reaction_type: ReactionType;
}

Properties

Properties

@type: "updateDefaultReactionType"
reaction_type: ReactionType

The new type of the default reaction.