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

pub struct ChannelMessageViews {
    pub channel_id: int,
    pub id: int,
    pub views: int,
}

TL-derived from updateChannelMessageViews

updateChannelMessageViews#98a12b4b channel_id:int id:int views:int = Update;

Fields

Trait Implementations

impl Debug for ChannelMessageViews
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChannelMessageViews
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ChannelMessageViews
[src]

impl BareDeserialize for ChannelMessageViews
[src]

impl IntoBoxed for ChannelMessageViews
[src]

[src]

Auto Trait Implementations