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

pub struct DeleteHistory {
    pub just_clear: bool,
    pub peer: InputPeer,
    pub max_id: int,
}

TL-derived from messages.deleteHistory

messages.deleteHistory#1c015b09 flags:# just_clear:flags.0?true peer:InputPeer max_id:int = messages.AffectedHistory;

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