Struct clacks::mtproto::rpc::contacts::getTopPeers [] [src]

pub struct getTopPeers {
    pub correspondents: bool,
    pub bots_pm: bool,
    pub bots_inline: bool,
    pub phone_calls: bool,
    pub groups: bool,
    pub channels: bool,
    pub offset: int,
    pub limit: int,
    pub hash: int,
}

Fields

Trait Implementations

impl Debug for getTopPeers
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for getTopPeers
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for getTopPeers
[src]

impl BareSerialize for getTopPeers
[src]

[src]

Auto Trait Implementations

impl Send for getTopPeers

impl Sync for getTopPeers