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

pub struct DeleteChannel {
    pub channel: InputChannel,
}

TL-derived from channels.deleteChannel

channels.deleteChannel#c0111fe3 channel:InputChannel = Updates;

Fields

Trait Implementations

impl Debug for DeleteChannel
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteChannel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for DeleteChannel
[src]

[src]

[src]

impl Function for DeleteChannel
[src]

impl BareSerialize for DeleteChannel
[src]

Auto Trait Implementations

impl Send for DeleteChannel

impl Sync for DeleteChannel