Struct clacks_mtproto::mtproto::contacts::imported_contacts::ImportedContacts [] [src]

pub struct ImportedContacts {
    pub imported: Vector<Boxed, ImportedContact>,
    pub popular_invites: Vector<Boxed, PopularContact>,
    pub retry_contacts: Vector<Bare, long>,
    pub users: Vector<Boxed, User>,
}

TL-derived from contacts.importedContacts

contacts.importedContacts#77d01c3b imported:Vector<ImportedContact> popular_invites:Vector<PopularContact> retry_contacts:Vector<long> users:Vector<User> = contacts.ImportedContacts;

Fields

Trait Implementations

impl Debug for ImportedContacts
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ImportedContacts
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ImportedContacts
[src]

impl BareDeserialize for ImportedContacts
[src]

impl IntoBoxed for ImportedContacts
[src]

Auto Trait Implementations