Layer 228
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 EmojiKeywordObj constructor
obj := &tg.EmojiKeywordObj{
    Keyword: "example",
    Emoticons: "example",
}