UpdateBotShippingQuery

---types---
updateBotShippingQuery#b5aefd7d query_id:long user_id:long payload:bytes shipping_address:PostAddress = Update

Belongs to

Update

In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateBotShippingQuery(v) = result { ... }

Parameters

query_idlongrequired
user_idlongrequired
payloadbytesrequired
shipping_addressPostAddressrequired