Layer 220
EmojiGroupPremium
An emoji category, used to select all Premium -only stickers (i. e. those with a Premium effect )/ Premium -only custom emojis (i. e. those where the document Attribute Custom Emoji. free flag is not set)
constructor
Parameters
| Name | Type | Description |
|---|---|---|
| Title | string | Category name, i. e. "Animals", "Flags", "Faces" and so on. |
| IconEmojiId | long | A single custom emoji used as preview for the category. |
Returns
EmojiGroupGogram Example
// Creating EmojiGroupPremium constructor obj := &tg.EmojiGroupPremium{ Title: "...", IconEmojiId: int64(0), }