Layer 220
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

EmojiKeyword

Gogram Example

// Creating EmojiKeywordDeleted constructor
obj := &tg.EmojiKeywordDeleted{
    Keyword: "...",
    Emoticons: "...",
}