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

pub struct EditAbout {
    pub channel: InputChannel,
    pub about: string,
}

TL-derived from channels.editAbout

channels.editAbout#13e27f1e channel:InputChannel about:string = Bool;

Fields

Trait Implementations

impl Debug for EditAbout
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EditAbout
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for EditAbout
[src]

[src]

[src]

impl Function for EditAbout
[src]

impl BareSerialize for EditAbout
[src]

Auto Trait Implementations

impl Send for EditAbout

impl Sync for EditAbout