Link Search Menu Expand Document

Constructor: emojiKeywordDeleted

Back to constructors index

Deleted emoji keyword

Attributes:

NameTypeRequiredDescription
keywordstringYesKeyword
emoticonsArray of stringYesEmojis that were associated to keyword

Type: EmojiKeyword

Example:

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