Interface AvailableReaction

Represents an available reaction.

interface AvailableReaction {
    @type: "availableReaction";
    needs_premium?: boolean;
    type: ReactionType;
}

Properties

@type: "availableReaction"
needs_premium?: boolean

True, if Telegram Premium is needed to send the reaction.

Type of the reaction.