Struct clacks::mtproto::updateChannelReadMessagesContents [] [src]

pub struct updateChannelReadMessagesContents {
    pub channel_id: int,
    pub messages: Vector<Bare, int>,
}

Fields

Trait Implementations

impl Debug for updateChannelReadMessagesContents
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updateChannelReadMessagesContents
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for updateChannelReadMessagesContents
[src]

[src]

impl BareDeserialize for updateChannelReadMessagesContents
[src]

[src]

impl IntoBoxed for updateChannelReadMessagesContents
[src]

[src]

Auto Trait Implementations