Struct clacks_mtproto::mtproto::message_action::PaymentSent [] [src]

pub struct PaymentSent {
    pub currency: string,
    pub total_amount: long,
}

TL-derived from messageActionPaymentSent

messageActionPaymentSent#40699cd0 currency:string total_amount:long = MessageAction;

Fields

Trait Implementations

impl Debug for PaymentSent
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PaymentSent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for PaymentSent
[src]

impl BareDeserialize for PaymentSent
[src]

impl IntoBoxed for PaymentSent
[src]

Auto Trait Implementations

impl Send for PaymentSent

impl Sync for PaymentSent