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

pub struct getDialogs {
    pub exclude_pinned: bool,
    pub offset_date: int,
    pub offset_id: int,
    pub offset_peer: InputPeer,
    pub limit: int,
}

Fields

Trait Implementations

impl Debug for getDialogs
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for getDialogs
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for getDialogs
[src]

impl BareSerialize for getDialogs
[src]

[src]

Auto Trait Implementations

impl Send for getDialogs

impl Sync for getDialogs