Skip to main content

mediaAreaSuggestedReaction

Represents a reaction bubble.

type tg.MediaAreaSuggestedReaction struct { /* ... */ }

Implements MediaArea.

Fields

NameTypeRequiredDescription
DarkboolWhether the reaction bubble has a dark background.
FlippedboolWhether the reaction bubble is mirrored (see here » for more info).
CoordinatesMediaAreaCoordinatesyesThe coordinates of the media area corresponding to the reaction button.
ReactionReactionClassyesThe reaction that should be sent when this area is clicked.

References