Link Search Menu Expand Document

Constructor: emojiKeyword

Back to constructors index

Emoji keyword

Attributes:

NameTypeRequiredDescription
keywordstringYesKeyword
emoticonsArray of stringYesEmojis associated to keyword

Type: EmojiKeyword

Example:

$emojiKeyword = ['_' => 'emojiKeyword', 'keyword' => 'string', 'emoticons' => ['string', 'string']];