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