Layer 224
constructor
messages.emojiGroups#881fb94b hash:int groups:Vector<EmojiGroup> = messages.EmojiGroups;

Parameters

Name Type Description
Hash int Hash used for caching, for more info click here
Groups Vector<EmojiGroup> A list of emoji categories.

Gogram Example

// Creating MessagesEmojiGroupsObj constructor
obj := &tg.MessagesEmojiGroupsObj{
    Hash: 42,
    Groups: []tg.EmojiGroup{&tg.EmojiGroup{}},
}