- API ›
- Constructors ›
- SendMessageEmojiInteractionSeen
SendMessageEmojiInteractionSeen
---types--- sendMessageEmojiInteractionSeen#b665902e emoticon:string = SendMessageAction
Belongs to
| SendMessageAction |
In Rust this constructor is a variant of the enums::SendMessageAction enum.
Match on it with: if let enums::SendMessageAction::SendMessageEmojiInteractionSeen(v) = result { ... }
Parameters
| emoticon | string | required |
Used by
| SetTyping |