Constructor: emojiGroupPremium
An emoji category, used to select all Premium-only stickers (i.e. those with a Premium effect »)/Premium-only custom emojis (i.e. those where the documentAttributeCustomEmoji.free flag is not set)
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| title | string | Yes | Category name, i.e. “Animals”, “Flags”, “Faces” and so on… |
| icon_emoji_id | long | Yes | A single custom emoji used as preview for the category. |
Type: EmojiGroup
Example:
$emojiGroupPremium = ['_' => 'emojiGroupPremium', 'title' => 'string', 'icon_emoji_id' => long];