Constructor: emojiGroupGreeting
Represents an emoji category, that should be moved to the top of the list when choosing a sticker for a business introduction
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. |
emoticons | Array of string | Yes | A list of UTF-8 emojis, matching the category. |
Type: EmojiGroup
Example:
$emojiGroupGreeting = ['_' => 'emojiGroupGreeting', 'title' => 'string', 'icon_emoji_id' => long, 'emoticons' => ['string', 'string']];