Struct clacks::mtproto::updates::channelDifferenceTooLong [] [src]

pub struct channelDifferenceTooLong {
    pub final_: bool,
    pub pts: int,
    pub timeout: Option<int>,
    pub top_message: int,
    pub read_inbox_max_id: int,
    pub read_outbox_max_id: int,
    pub unread_count: int,
    pub unread_mentions_count: int,
    pub messages: Vector<Boxed, Message>,
    pub chats: Vector<Boxed, Chat>,
    pub users: Vector<Boxed, User>,
}

Fields

Trait Implementations

impl Debug for channelDifferenceTooLong
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for channelDifferenceTooLong
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for channelDifferenceTooLong
[src]

[src]

impl BareDeserialize for channelDifferenceTooLong
[src]

[src]

impl IntoBoxed for channelDifferenceTooLong
[src]

Auto Trait Implementations