Struct clacks_mtproto::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,
}

TL-derived from contacts.getTopPeers

contacts.getTopPeers#d4982db5 flags:# correspondents:flags.0?true bots_pm:flags.1?true bots_inline:flags.2?true phone_calls:flags.3?true groups:flags.10?true channels:flags.15?true offset:int limit:int hash:int = contacts.TopPeers;

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 BoxedSerialize for GetTopPeers
[src]

[src]

[src]

impl Function for GetTopPeers
[src]

impl BareSerialize for GetTopPeers
[src]

Auto Trait Implementations

impl Send for GetTopPeers

impl Sync for GetTopPeers