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

pub struct ReadChannelOutbox {
    pub channel_id: int,
    pub max_id: int,
}

TL-derived from updateReadChannelOutbox

updateReadChannelOutbox#25d6c9c7 channel_id:int max_id:int = Update;

Fields

Trait Implementations

impl Debug for ReadChannelOutbox
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ReadChannelOutbox
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ReadChannelOutbox
[src]

impl BareDeserialize for ReadChannelOutbox
[src]

impl IntoBoxed for ReadChannelOutbox
[src]

[src]

Auto Trait Implementations