Layer 220
EmojiGroupGreeting
Represents an emoji category, that should be moved to the top of the list when choosing a sticker for a business introduction
constructor
emojiGroupGreeting#80d26cc7 title:string icon_emoji_id:long emoticons:Vector<string> = EmojiGroup;
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. |
| Emoticons | Vector<string> | A list of UTF-8 emojis, matching the category. |
Returns
EmojiGroupGogram Example
// Creating EmojiGroupGreeting constructor obj := &tg.EmojiGroupGreeting{ Title: "...", IconEmojiId: int64(0), Emoticons: "...", }