telegramx.js

StoryAreaTypeSuggestedReaction

interface

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

Declaration

interface StoryAreaTypeSuggestedReaction 

Properties

is_darkproperty#
is_dark?: boolean;

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

is_flippedproperty#
is_flipped?: boolean;

Optional. Pass True if reaction area corner is flipped

reaction_type: ReactionType;

Type of the reaction

typeproperty#
type: 'suggested_reaction';

Type of the area, always "suggested_reaction"