StoryAreaTypeSuggestedReaction
Describes a story area pointing to a suggested reaction. Currently, a story can have up to 5 suggested reaction areas.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the area, always “suggested_reaction” |
reaction_type | ReactionType | required | Type of the reaction |
is_dark | boolean | optional | Optional. Pass True if the reaction area has a dark background |
is_flipped | boolean | optional | Optional. Pass True if reaction area corner is flipped |
import
import type { StoryAreaTypeSuggestedReaction } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#storyareatypesuggestedreaction