Struct clacks_mtproto::mtproto::rpc::messages::SetBotShippingResults [] [src]

pub struct SetBotShippingResults {
    pub query_id: long,
    pub error: Option<string>,
    pub shipping_options: Option<Vector<Boxed, ShippingOption>>,
}

TL-derived from messages.setBotShippingResults

messages.setBotShippingResults#e5f672fa flags:# query_id:long error:flags.0?string shipping_options:flags.1?Vector<ShippingOption> = Bool;

Fields

Trait Implementations

impl Debug for SetBotShippingResults
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SetBotShippingResults
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SetBotShippingResults
[src]

[src]

[src]

impl Function for SetBotShippingResults
[src]

impl BareSerialize for SetBotShippingResults
[src]

Auto Trait Implementations