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

pub struct ImportBotAuthorization {
    pub flags: int,
    pub api_id: int,
    pub api_hash: string,
    pub bot_auth_token: string,
}

TL-derived from auth.importBotAuthorization

auth.importBotAuthorization#67a3ff2c flags:int api_id:int api_hash:string bot_auth_token:string = auth.Authorization;

Fields

Trait Implementations

impl Debug for ImportBotAuthorization
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ImportBotAuthorization
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ImportBotAuthorization
[src]

[src]

[src]

impl Function for ImportBotAuthorization
[src]

impl BareSerialize for ImportBotAuthorization
[src]

Auto Trait Implementations