Struct tdlib::types::UpdateNewShippingQuery
source · pub struct UpdateNewShippingQuery {
pub id: i64,
pub sender_user_id: i64,
pub invoice_payload: String,
pub shipping_address: Address,
}
Expand description
A new incoming shipping query; for bots only. Only for invoices with flexible price
Fields§
§id: i64
Unique query identifier
sender_user_id: i64
Identifier of the user who sent the query
invoice_payload: String
Invoice payload
shipping_address: Address
User shipping address
Trait Implementations§
source§impl Clone for UpdateNewShippingQuery
impl Clone for UpdateNewShippingQuery
source§fn clone(&self) -> UpdateNewShippingQuery
fn clone(&self) -> UpdateNewShippingQuery
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UpdateNewShippingQuery
impl Debug for UpdateNewShippingQuery
source§impl<'de> Deserialize<'de> for UpdateNewShippingQuery
impl<'de> Deserialize<'de> for UpdateNewShippingQuery
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more