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

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

TL-derived from updateReadChannelInbox

updateReadChannelInbox#4214f37f channel_id:int max_id:int = Update;

Fields

Trait Implementations

impl Debug for ReadChannelInbox
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ReadChannelInbox
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ReadChannelInbox
[src]

impl BareDeserialize for ReadChannelInbox
[src]

impl IntoBoxed for ReadChannelInbox
[src]

[src]

Auto Trait Implementations