savedReactionTag
Info about a saved message reaction tag ».
type tg.SavedReactionTag struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Reaction | ReactionClass | yes | Reaction associated to the tag. |
Title | string | — | Custom tag name assigned by the user (max 12 UTF-8 chars). |
Count | int | yes | Number of messages tagged with this tag. |
References
- Official documentation
- Generated Go reference
- TL definition:
savedReactionTag#cb6ff828