Struct clacks_mtproto::mtproto::auth::sent_code::SentCode [] [src]

pub struct SentCode {
    pub phone_registered: bool,
    pub type_: SentCodeType,
    pub phone_code_hash: string,
    pub next_type: Option<CodeType>,
    pub timeout: Option<int>,
}

TL-derived from auth.sentCode

auth.sentCode#5e002502 flags:# phone_registered:flags.0?true type:auth.SentCodeType phone_code_hash:string next_type:flags.1?auth.CodeType timeout:flags.2?int = auth.SentCode;

Fields

Trait Implementations

impl Debug for SentCode
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SentCode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for SentCode
[src]

impl BareDeserialize for SentCode
[src]

impl IntoBoxed for SentCode
[src]

Auto Trait Implementations

impl Send for SentCode

impl Sync for SentCode