StoryAreaTypeSuggestedReaction

class aiogram.types.story_area_type_suggested_reaction.StoryAreaTypeSuggestedReaction(*, type: Literal[StoryAreaTypeType.SUGGESTED_REACTION] = StoryAreaTypeType.SUGGESTED_REACTION, reaction_type: ReactionTypeEmoji | ReactionTypeCustomEmoji | ReactionTypePaid, is_dark: bool | None = None, is_flipped: bool | None = None, **extra_data: Any)[source]

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

Source: https://core.telegram.org/bots/api#storyareatypesuggestedreaction

type: Literal[StoryAreaTypeType.SUGGESTED_REACTION]

Type of the area, always ‘suggested_reaction’

reaction_type: ReactionTypeUnion

Type of the reaction

is_dark: bool | None

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

is_flipped: bool | None

Optional. Pass True if reaction area corner is flipped