mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
734 B
734 B
title | description | nav_exclude | image |
---|---|---|---|
emojiKeyword | Emoji keyword | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: emojiKeyword
Emoji keyword
Attributes:
Name | Type | Required | Description |
---|---|---|---|
keyword | string | Yes | Keyword |
emoticons | Array of string | Yes | Emojis associated to keyword |
Type: EmojiKeyword
Example:
$emojiKeyword = ['_' => 'emojiKeyword', 'keyword' => 'string', 'emoticons' => ['string', 'string']];