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

pub struct ReadHistoryInbox {
    pub peer: Peer,
    pub max_id: int,
    pub pts: int,
    pub pts_count: int,
}

TL-derived from updateReadHistoryInbox

updateReadHistoryInbox#9961fd5c peer:Peer max_id:int pts:int pts_count:int = Update;

Fields

Trait Implementations

impl Debug for ReadHistoryInbox
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ReadHistoryInbox
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ReadHistoryInbox
[src]

impl BareDeserialize for ReadHistoryInbox
[src]

impl IntoBoxed for ReadHistoryInbox
[src]

[src]

Auto Trait Implementations