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

pub struct Channel {
    pub channel_id: int,
}

TL-derived from updateChannel

updateChannel#b6d45656 channel_id:int = Update;

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]

[src]

Auto Trait Implementations

impl Send for Channel

impl Sync for Channel