Interface SetDefaultReactionType

Changes type of default reaction for the current user. Request type for Tdjson#setDefaultReactionType.

interface SetDefaultReactionType {
    @type: "setDefaultReactionType";
    reaction_type: ReactionType;
}

Properties

Properties

@type: "setDefaultReactionType"
reaction_type: ReactionType

New type of the default reaction. The paid reaction can't be set as default.