Layer 220
constructor

Parameters

Name Type Description
Title string Category name, i. e. "Animals", "Flags", "Faces" and so on.
IconEmojiId long A single custom emoji used as preview for the category.

Returns

EmojiGroup

Gogram Example

// Creating EmojiGroupPremium constructor
obj := &tg.EmojiGroupPremium{
    Title: "...",
    IconEmojiId: int64(0),
}