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

pub struct PaymentSentMe {
    pub currency: string,
    pub total_amount: long,
    pub payload: bytes,
    pub info: Option<PaymentRequestedInfo>,
    pub shipping_option_id: Option<string>,
    pub charge: PaymentCharge,
}

TL-derived from messageActionPaymentSentMe

messageActionPaymentSentMe#8f31b327 flags:# currency:string total_amount:long payload:bytes info:flags.0?PaymentRequestedInfo shipping_option_id:flags.1?string charge:PaymentCharge = MessageAction;

Fields

Trait Implementations

impl Debug for PaymentSentMe
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PaymentSentMe
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for PaymentSentMe
[src]

impl BareDeserialize for PaymentSentMe
[src]

impl IntoBoxed for PaymentSentMe
[src]

Auto Trait Implementations

impl Send for PaymentSentMe

impl Sync for PaymentSentMe