Skip to content

GramIO API Reference / gramio/dist / TelegramStoryAreaTypeSuggestedReaction

Interface: TelegramStoryAreaTypeSuggestedReaction

Defined in: @gramio/types/out/objects.d.ts:4361

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:4373
is_flipped?booleanOptional. Pass True if reaction area corner is flipped@gramio/types/out/objects.d.ts:4377
reaction_typeTelegramReactionTypeType of the reaction@gramio/types/out/objects.d.ts:4369
type"suggested_reaction"Type of the area, always “suggested_reaction”@gramio/types/out/objects.d.ts:4365