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

pub struct ChannelTooLong {
    pub channel_id: int,
    pub pts: Option<int>,
}

TL-derived from updateChannelTooLong

updateChannelTooLong#eb0467fb flags:# channel_id:int pts:flags.0?int = Update;

Fields

Trait Implementations

impl Debug for ChannelTooLong
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChannelTooLong
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ChannelTooLong
[src]

impl BareDeserialize for ChannelTooLong
[src]

impl IntoBoxed for ChannelTooLong
[src]

[src]

Auto Trait Implementations