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

pub struct GetCommonChats {
    pub user_id: InputUser,
    pub max_id: int,
    pub limit: int,
}

TL-derived from messages.getCommonChats

messages.getCommonChats#d0a48c4 user_id:InputUser max_id:int limit:int = messages.Chats;

Fields

Trait Implementations

impl Debug for GetCommonChats
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetCommonChats
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetCommonChats
[src]

[src]

[src]

impl Function for GetCommonChats
[src]

impl BareSerialize for GetCommonChats
[src]

Auto Trait Implementations