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

pub struct LeaveChannel {
    pub channel: InputChannel,
}

TL-derived from channels.leaveChannel

channels.leaveChannel#f836aa95 channel:InputChannel = Updates;

Fields

Trait Implementations

impl Debug for LeaveChannel
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for LeaveChannel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for LeaveChannel
[src]

[src]

[src]

impl Function for LeaveChannel
[src]

impl BareSerialize for LeaveChannel
[src]

Auto Trait Implementations

impl Send for LeaveChannel

impl Sync for LeaveChannel