- API ›
- Constructors ›
- EmojiKeywordDeleted
EmojiKeywordDeleted
---types--- emojiKeywordDeleted#236df622 keyword:string emoticons:Vector<string> = EmojiKeyword
Belongs to
| EmojiKeyword |
In Rust this constructor is a variant of the enums::EmojiKeyword enum.
Match on it with: if let enums::EmojiKeyword::EmojiKeywordDeleted(v) = result { ... }