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

pub struct GetFullChannel {
    pub channel: InputChannel,
}

TL-derived from channels.getFullChannel

channels.getFullChannel#8736a09 channel:InputChannel = messages.ChatFull;

Fields

Trait Implementations

impl Debug for GetFullChannel
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetFullChannel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetFullChannel
[src]

[src]

[src]

impl Function for GetFullChannel
[src]

impl BareSerialize for GetFullChannel
[src]

Auto Trait Implementations