Struct clacks_mtproto::mtproto::rpc::channels::UpdateUsername [] [src]

pub struct UpdateUsername {
    pub channel: InputChannel,
    pub username: string,
}

TL-derived from channels.updateUsername

channels.updateUsername#3514b3de channel:InputChannel username:string = Bool;

Fields

Trait Implementations

impl Debug for UpdateUsername
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateUsername
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for UpdateUsername
[src]

[src]

[src]

impl Function for UpdateUsername
[src]

impl BareSerialize for UpdateUsername
[src]

Auto Trait Implementations