- API ›
- Constructors ›
- EmojiKeyword
EmojiKeyword
---types--- emojiKeyword#d5b3b9f9 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::EmojiKeyword(v) = result { ... }