Struct telegram_typings::ShippingQuery [] [src]

pub struct ShippingQuery {
    pub id: String,
    pub from: Box<User>,
    pub invoice_payload: String,
    pub shipping_address: Box<ShippingAddress>,
}

This object contains information about an incoming shipping query.

Fields

Unique query identifier

User who sent the query

Bot specified invoice payload

User specified shipping address

Trait Implementations

impl Debug for ShippingQuery
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ShippingQuery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ShippingQuery

impl Sync for ShippingQuery