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