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

pub struct GetChats {
    pub id: Vector<Bare, int>,
}

TL-derived from messages.getChats

messages.getChats#3c6aa187 id:Vector<int> = messages.Chats;

Fields

Trait Implementations

impl Debug for GetChats
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetChats
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetChats
[src]

[src]

[src]

impl Function for GetChats
[src]

impl BareSerialize for GetChats
[src]

Auto Trait Implementations

impl Send for GetChats

impl Sync for GetChats