mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
787 B
787 B
title | description | nav_exclude | image |
---|---|---|---|
emojiGroupGreeting | emojiGroupGreeting attributes, type and example | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: emojiGroupGreeting
Attributes:
Name | Type | Required |
---|---|---|
title | string | Yes |
icon_emoji_id | long | Yes |
emoticons | Array of string | Yes |
Type: EmojiGroup
Example:
$emojiGroupGreeting = ['_' => 'emojiGroupGreeting', 'title' => 'string', 'icon_emoji_id' => long, 'emoticons' => ['string', 'string']];