mediaAreaSuggestedReaction
Represents a reaction bubble.
type tg.MediaAreaSuggestedReaction struct { /* ... */ }
Implements MediaArea.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Dark | bool | — | Whether the reaction bubble has a dark background. |
Flipped | bool | — | Whether the reaction bubble is mirrored (see here » for more info). |
Coordinates | MediaAreaCoordinates | yes | The coordinates of the media area corresponding to the reaction button. |
Reaction | ReactionClass | yes | The reaction that should be sent when this area is clicked. |
References
- Official documentation
- Generated Go reference
- TL definition:
mediaAreaSuggestedReaction#14455871