Struct telbot_types::payment::ShippingQuery[][src]

pub struct ShippingQuery {
    pub id: String,
    pub from: User,
    pub invoice_payload: String,
    pub shipping_address: ShippingAddress,
}
Expand description

This object contains information about an incoming shipping query.

Fields

id: String

Unique query identifier

from: User

User who sent the query

invoice_payload: String

Bot specified invoice payload

shipping_address: ShippingAddress

User specified shipping address

Trait Implementations

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.