emojiGroup
Represents an emoji category.
type tg.EmojiGroup struct { /* ... */ }
Implements EmojiGroup.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Title | string | yes | Category name, i.e. "Animals", "Flags", "Faces" and so on... |
IconEmojiID | int64 | yes | A single custom emoji used as preview for the category. |
Emoticons | []string | yes | A list of UTF-8 emojis, matching the category. |
References
- Official documentation
- Generated Go reference
- TL definition:
emojiGroup#7a9abda9