Struct clacks_mtproto::mtproto::rpc::payments::SendPaymentForm [] [src]

pub struct SendPaymentForm {
    pub msg_id: int,
    pub requested_info_id: Option<string>,
    pub shipping_option_id: Option<string>,
    pub credentials: InputPaymentCredentials,
}

TL-derived from payments.sendPaymentForm

payments.sendPaymentForm#2b8879b3 flags:# msg_id:int requested_info_id:flags.0?string shipping_option_id:flags.1?string credentials:InputPaymentCredentials = payments.PaymentResult;

Fields

Trait Implementations

impl Debug for SendPaymentForm
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SendPaymentForm
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SendPaymentForm
[src]

[src]

[src]

impl Function for SendPaymentForm
[src]

impl BareSerialize for SendPaymentForm
[src]

Auto Trait Implementations