Struct clacks_mtproto::mtproto::updates::UpdatesCombined [] [src]

pub struct UpdatesCombined {
    pub updates: Vector<Boxed, Update>,
    pub users: Vector<Boxed, User>,
    pub chats: Vector<Boxed, Chat>,
    pub date: int,
    pub seq_start: int,
    pub seq: int,
}

TL-derived from updatesCombined

updatesCombined#725b04c3 updates:Vector<Update> users:Vector<User> chats:Vector<Chat> date:int seq_start:int seq:int = Updates;

Fields

Trait Implementations

impl Debug for UpdatesCombined
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdatesCombined
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for UpdatesCombined
[src]

impl BareDeserialize for UpdatesCombined
[src]

impl IntoBoxed for UpdatesCombined
[src]

[src]

Auto Trait Implementations