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

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

TL-derived from updateDeleteChannelMessages

updateDeleteChannelMessages#c37521c9 channel_id:int messages:Vector<int> pts:int pts_count:int = Update;

Fields

Trait Implementations

impl Debug for DeleteChannelMessages
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteChannelMessages
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for DeleteChannelMessages
[src]

impl BareDeserialize for DeleteChannelMessages
[src]

impl IntoBoxed for DeleteChannelMessages
[src]

[src]

Auto Trait Implementations