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

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

TL-derived from updateReadHistoryOutbox

updateReadHistoryOutbox#2f2f21bf peer:Peer max_id:int pts:int pts_count:int = Update;

Fields

Trait Implementations

impl Debug for ReadHistoryOutbox
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ReadHistoryOutbox
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ReadHistoryOutbox
[src]

impl BareDeserialize for ReadHistoryOutbox
[src]

impl IntoBoxed for ReadHistoryOutbox
[src]

[src]

Auto Trait Implementations