Layer 220
EmojiKeyword
Emoji keyword
constructor
emojiKeyword#d5b3b9f9 keyword:string emoticons:Vector<string> = EmojiKeyword;
Parameters
| Name | Type | Description |
|---|---|---|
| Keyword | string | Keyword |
| Emoticons | Vector<string> | Emojis associated to keyword |
Returns
EmojiKeywordGogram Example
// Creating EmojiKeyword constructor obj := &tg.EmojiKeyword{ Keyword: "...", Emoticons: "...", }