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

pub struct JoinChannel {
    pub channel: InputChannel,
}

TL-derived from channels.joinChannel

channels.joinChannel#24b524c5 channel:InputChannel = Updates;

Fields

Trait Implementations

impl Debug for JoinChannel
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for JoinChannel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for JoinChannel
[src]

[src]

[src]

impl Function for JoinChannel
[src]

impl BareSerialize for JoinChannel
[src]

Auto Trait Implementations

impl Send for JoinChannel

impl Sync for JoinChannel