- API ›
- Constructors ›
- MessageActionBotAllowed
MessageActionBotAllowed
---types--- messageActionBotAllowed#c516d679 attach_menu:flags.1?true from_request:flags.3?true domain:flags.0?string app:flags.2?BotApp = MessageAction
Belongs to
| MessageAction |
In Rust this constructor is a variant of the enums::MessageAction enum.
Match on it with: if let enums::MessageAction::MessageActionBotAllowed(v) = result { ... }