Layer 224
EmojiKeywordObj
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 EmojiKeywordObj constructor obj := &tg.EmojiKeywordObj{ Keyword: "Hello, World!", Emoticons: "Hello, World!", }