- API ›
- Constructors ›
- UpdateBotGuestChatQuery
UpdateBotGuestChatQuery
---types--- updateBotGuestChatQuery#cdd4093d query_id:long message:Message reference_messages:flags.0?Vector<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::UpdateBotGuestChatQuery(v) = result { ... }