Struct clacks::mtproto::updateBotPrecheckoutQuery [] [src]

pub struct updateBotPrecheckoutQuery {
    pub query_id: long,
    pub user_id: int,
    pub payload: bytes,
    pub info: Option<PaymentRequestedInfo>,
    pub shipping_option_id: Option<string>,
    pub currency: string,
    pub total_amount: long,
}

Fields

Trait Implementations

impl Debug for updateBotPrecheckoutQuery
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updateBotPrecheckoutQuery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for updateBotPrecheckoutQuery
[src]

[src]

impl BareDeserialize for updateBotPrecheckoutQuery
[src]

[src]

impl IntoBoxed for updateBotPrecheckoutQuery
[src]

[src]

Auto Trait Implementations