Layer 220
constructor
emojiKeyword#d5b3b9f9 keyword:string emoticons:Vector<string> = EmojiKeyword;

Parameters

Name Type Description
Keyword string Keyword
Emoticons Vector<string> Emojis associated to keyword

Returns

EmojiKeyword

Gogram Example

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