Struct clacks::mtproto::rpc::messages::getCommonChats [] [src]

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

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 Function for getCommonChats
[src]

impl BareSerialize for getCommonChats
[src]

[src]

Auto Trait Implementations