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

pub struct EditTitle {
    pub channel: InputChannel,
    pub title: string,
}

TL-derived from channels.editTitle

channels.editTitle#566decd0 channel:InputChannel title:string = Updates;

Fields

Trait Implementations

impl Debug for EditTitle
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EditTitle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for EditTitle
[src]

[src]

[src]

impl Function for EditTitle
[src]

impl BareSerialize for EditTitle
[src]

Auto Trait Implementations

impl Send for EditTitle

impl Sync for EditTitle