815 B
815 B
title | description | image |
---|---|---|
emojiKeywordDeleted | Deleted emoji keyword | 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 | Emoticons |
Type: EmojiKeyword
Example:
$emojiKeywordDeleted = ['_' => 'emojiKeywordDeleted', 'keyword' => 'string', 'emoticons' => ['string', 'string']];
Or, if you're into Lua:
emojiKeywordDeleted={_='emojiKeywordDeleted', keyword='string', emoticons={'string'}}