Struct clacks_mtproto::mtproto::input_channel::InputChannel [] [src]

pub struct InputChannel {
    pub channel_id: int,
    pub access_hash: long,
}

TL-derived from inputChannel

inputChannel#afeb712e channel_id:int access_hash:long = InputChannel;

Fields

Trait Implementations

impl Debug for InputChannel
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InputChannel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for InputChannel
[src]

impl BareDeserialize for InputChannel
[src]

impl IntoBoxed for InputChannel
[src]

Auto Trait Implementations

impl Send for InputChannel

impl Sync for InputChannel