Struct clacks_mtproto::mtproto::updates::channel_difference::TooLong [] [src]

pub struct TooLong {
    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>,
}

TL-derived from updates.channelDifferenceTooLong

updates.channelDifferenceTooLong#6a9d7b35 flags:# final:flags.0?true pts:int timeout:flags.1?int top_message:int read_inbox_max_id:int read_outbox_max_id:int unread_count:int unread_mentions_count:int messages:Vector<Message> chats:Vector<Chat> users:Vector<User> = updates.ChannelDifference;

Fields

Trait Implementations

impl Debug for TooLong
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for TooLong
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for TooLong
[src]

impl BareDeserialize for TooLong
[src]

impl IntoBoxed for TooLong
[src]

Auto Trait Implementations

impl Send for TooLong

impl Sync for TooLong