Struct clacks_mtproto::mtproto::update::BotShippingQuery [] [src]

pub struct BotShippingQuery {
    pub query_id: long,
    pub user_id: int,
    pub payload: bytes,
    pub shipping_address: PostAddress,
}

TL-derived from updateBotShippingQuery

updateBotShippingQuery#e0cdc940 query_id:long user_id:int payload:bytes shipping_address:PostAddress = Update;

Fields

Trait Implementations

impl Debug for BotShippingQuery
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BotShippingQuery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for BotShippingQuery
[src]

impl BareDeserialize for BotShippingQuery
[src]

impl IntoBoxed for BotShippingQuery
[src]

[src]

Auto Trait Implementations