Layer 224
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: "Hello, World!",
    Emoticons: "Hello, World!",
}