Struct clacks_mtproto::mtproto::update::DeleteMessages [] [src]

pub struct DeleteMessages {
    pub messages: Vector<Bare, int>,
    pub pts: int,
    pub pts_count: int,
}

TL-derived from updateDeleteMessages

updateDeleteMessages#a20db0e5 messages:Vector<int> pts:int pts_count:int = Update;

Fields

Trait Implementations

impl Debug for DeleteMessages
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteMessages
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for DeleteMessages
[src]

impl BareDeserialize for DeleteMessages
[src]

impl IntoBoxed for DeleteMessages
[src]

[src]

Auto Trait Implementations