MadelineProtoDocs/docs/API_docs/constructors/emojiKeyword.md

31 lines
734 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
title: "emojiKeyword"
description: "Emoji keyword"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: emojiKeyword
[Back to constructors index](/API_docs/constructors/index.html)
Emoji keyword
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|keyword|[string](/API_docs/types/string.html) | Yes|Keyword|
|emoticons|Array of [string](/API_docs/types/string.html) | Yes|Emojis associated to keyword|
### Type: [EmojiKeyword](/API_docs/types/EmojiKeyword.html)
### Example:
```
$emojiKeyword = ['_' => 'emojiKeyword', 'keyword' => 'string', 'emoticons' => ['string', 'string']];
```