Struct clacks_mtproto::mtproto::input_peer::Channel [] [src]

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

TL-derived from inputPeerChannel

inputPeerChannel#20adaef8 channel_id:int access_hash:long = InputPeer;

Fields

Trait Implementations

impl Debug for Channel
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Channel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Channel
[src]

impl BareDeserialize for Channel
[src]

impl IntoBoxed for Channel
[src]

Auto Trait Implementations

impl Send for Channel

impl Sync for Channel