Struct clacks_mtproto::mtproto::rpc::auth::BindTempAuthKey [] [src]

pub struct BindTempAuthKey {
    pub perm_auth_key_id: long,
    pub nonce: long,
    pub expires_at: int,
    pub encrypted_message: bytes,
}

TL-derived from auth.bindTempAuthKey

auth.bindTempAuthKey#cdd42a05 perm_auth_key_id:long nonce:long expires_at:int encrypted_message:bytes = Bool;

Fields

Trait Implementations

impl Debug for BindTempAuthKey
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BindTempAuthKey
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for BindTempAuthKey
[src]

[src]

[src]

impl Function for BindTempAuthKey
[src]

impl BareSerialize for BindTempAuthKey
[src]

Auto Trait Implementations