Struct clacks_mtproto::mtproto::payments::payment::VerficationNeeded [] [src]

pub struct VerficationNeeded {
    pub url: string,
}

TL-derived from payments.paymentVerficationNeeded

payments.paymentVerficationNeeded#6b56b921 url:string = payments.PaymentResult;

Fields

Trait Implementations

impl Debug for VerficationNeeded
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for VerficationNeeded
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for VerficationNeeded
[src]

impl BareDeserialize for VerficationNeeded
[src]

impl IntoBoxed for VerficationNeeded
[src]

Auto Trait Implementations