Struct clacks_mtproto::mtproto::rpc::account::SendChangePhoneCode [] [src]

pub struct SendChangePhoneCode {
    pub allow_flashcall: bool,
    pub phone_number: string,
    pub current_number: Option<Bool>,
}

TL-derived from account.sendChangePhoneCode

account.sendChangePhoneCode#8e57deb flags:# allow_flashcall:flags.0?true phone_number:string current_number:flags.0?Bool = auth.SentCode;

Fields

Trait Implementations

impl Debug for SendChangePhoneCode
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SendChangePhoneCode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SendChangePhoneCode
[src]

[src]

[src]

impl Function for SendChangePhoneCode
[src]

impl BareSerialize for SendChangePhoneCode
[src]

Auto Trait Implementations