ultra-telegram-framework
    Preparing search index...

    Interface StoryAreaTypeSuggestedReaction

    Describes a story area pointing to a suggested reaction. Currently, a story can have up to 5 suggested reaction areas.

    interface StoryAreaTypeSuggestedReaction {
        is_dark?: boolean;
        is_flipped?: boolean;
        reaction_type: ReactionType;
        type: string;
    }
    Index

    Properties

    is_dark?: boolean

    Optional. Pass True if the reaction area has a dark background

    is_flipped?: boolean

    Optional. Pass True if reaction area corner is flipped

    reaction_type: ReactionType

    Type of the reaction

    type: string

    Type of the area, always "suggested_reaction"