Link Search Menu Expand Document

Constructor: emojiGroupPremium

Back to constructors index

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:

NameTypeRequiredDescription
titlestringYesCategory name, i.e. “Animals”, “Flags”, “Faces” and so on…
icon_emoji_idlongYesA single custom emoji used as preview for the category.

Type: EmojiGroup

Example:

$emojiGroupPremium = ['_' => 'emojiGroupPremium', 'title' => 'string', 'icon_emoji_id' => long];