--- 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']]; ```