GramIO API Reference / gramio/dist / TelegramStoryAreaTypeSuggestedReaction
Interface: TelegramStoryAreaTypeSuggestedReaction
Defined in: @gramio/types/out/objects.d.ts:4201
Describes a story area pointing to a suggested reaction. Currently, a story can have up to 5 suggested reaction areas.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
is_dark? | boolean | Optional. Pass True if the reaction area has a dark background | @gramio/types/out/objects.d.ts:4213 |
is_flipped? | boolean | Optional. Pass True if reaction area corner is flipped | @gramio/types/out/objects.d.ts:4217 |
reaction_type | TelegramReactionType | Type of the reaction | @gramio/types/out/objects.d.ts:4209 |
type | "suggested_reaction" | Type of the area, always “suggested_reaction” | @gramio/types/out/objects.d.ts:4205 |