Layer 220
EmojiKeywordDeleted
Deleted emoji keyword
constructor
emojiKeywordDeleted#236df622 keyword:string emoticons:Vector<string> = EmojiKeyword;
Parameters
| Name | Type | Description |
|---|---|---|
| Keyword | string | Keyword |
| Emoticons | Vector<string> | Emojis that were associated to keyword |
Returns
EmojiKeywordGogram Example
// Creating EmojiKeywordDeleted constructor obj := &tg.EmojiKeywordDeleted{ Keyword: "...", Emoticons: "...", }