- API ›
- Constructors ›
- UpdateBotPrecheckoutQuery
UpdateBotPrecheckoutQuery
---types--- updateBotPrecheckoutQuery#8caa9a96 query_id:long user_id:long payload:bytes info:flags.0?PaymentRequestedInfo shipping_option_id:flags.1?string currency:string total_amount:long = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateBotPrecheckoutQuery(v) = result { ... }