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

pub struct GetPaymentForm {
    pub msg_id: int,
}

TL-derived from payments.getPaymentForm

payments.getPaymentForm#99f09745 msg_id:int = payments.PaymentForm;

Fields

Trait Implementations

impl Debug for GetPaymentForm
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetPaymentForm
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetPaymentForm
[src]

[src]

[src]

impl Function for GetPaymentForm
[src]

impl BareSerialize for GetPaymentForm
[src]

Auto Trait Implementations