Struct clacks_mtproto::mtproto::rpc::messages::ReadHistory [] [src]

pub struct ReadHistory {
    pub peer: InputPeer,
    pub max_id: int,
}

TL-derived from messages.readHistory

messages.readHistory#e306d3a peer:InputPeer max_id:int = messages.AffectedMessages;

Fields

Trait Implementations

impl Debug for ReadHistory
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ReadHistory
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ReadHistory
[src]

[src]

[src]

impl Function for ReadHistory
[src]

impl BareSerialize for ReadHistory
[src]

Auto Trait Implementations

impl Send for ReadHistory

impl Sync for ReadHistory