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

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

TL-derived from channels.deleteHistory

channels.deleteHistory#af369d42 channel:InputChannel max_id:int = Bool;

Fields

Trait Implementations

impl Debug for DeleteHistory
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteHistory
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for DeleteHistory
[src]

[src]

[src]

impl Function for DeleteHistory
[src]

impl BareSerialize for DeleteHistory
[src]

Auto Trait Implementations

impl Send for DeleteHistory

impl Sync for DeleteHistory