Struct clacks::mtproto::rpc::channels::deleteHistory [] [src]

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

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 Function for deleteHistory
[src]

impl BareSerialize for deleteHistory
[src]

[src]

Auto Trait Implementations

impl Send for deleteHistory

impl Sync for deleteHistory