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

pub struct ReadHistory {
    pub channel: InputChannel,
    pub max_id: int,
}

TL-derived from channels.readHistory

channels.readHistory#cc104937 channel:InputChannel max_id:int = Bool;

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