Interface InputStoryAreaTypeSuggestedReaction

An area pointing to a suggested reaction. Subtype of InputStoryAreaType.

interface InputStoryAreaTypeSuggestedReaction {
    @type: "inputStoryAreaTypeSuggestedReaction";
    is_dark?: boolean;
    is_flipped?: boolean;
    reaction_type: ReactionType;
}

Properties

@type: "inputStoryAreaTypeSuggestedReaction"
is_dark?: boolean

True, if reaction has a dark background.

is_flipped?: boolean

True, if reaction corner is flipped.

reaction_type: ReactionType

Type of the reaction.