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

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

TL-derived from updates

updates#74ae4240 updates:Vector<Update> users:Vector<User> chats:Vector<Chat> date:int seq:int = Updates;

Fields

Trait Implementations

impl Debug for Updates
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Updates
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Updates
[src]

impl BareDeserialize for Updates
[src]

impl IntoBoxed for Updates
[src]

[src]

Auto Trait Implementations

impl Send for Updates

impl Sync for Updates