- API ›
- Constructors ›
- UpdateBotNewBusinessMessage
UpdateBotNewBusinessMessage
---types--- updateBotNewBusinessMessage#9ddb347c connection_id:string message:Message reply_to_message:flags.0?Message qts:int = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateBotNewBusinessMessage(v) = result { ... }