Struct clacks_mtproto::mtproto::rpc::messages::GetAllChats [] [src]

pub struct GetAllChats {
    pub except_ids: Vector<Bare, int>,
}

TL-derived from messages.getAllChats

messages.getAllChats#eba80ff0 except_ids:Vector<int> = messages.Chats;

Fields

Trait Implementations

impl Debug for GetAllChats
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetAllChats
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetAllChats
[src]

[src]

[src]

impl Function for GetAllChats
[src]

impl BareSerialize for GetAllChats
[src]

Auto Trait Implementations

impl Send for GetAllChats

impl Sync for GetAllChats