Skip to content

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.

Documentation

Properties

PropertyTypeDescriptionDefined in
is_dark?booleanOptional. Pass True if the reaction area has a dark background@gramio/types/out/objects.d.ts:4213
is_flipped?booleanOptional. Pass True if reaction area corner is flipped@gramio/types/out/objects.d.ts:4217
reaction_typeTelegramReactionTypeType 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