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

TL-derived from messages.getDialogs

messages.getDialogs#191ba9c5 flags:# exclude_pinned:flags.0?true offset_date:int offset_id:int offset_peer:InputPeer limit:int = messages.Dialogs;

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

[src]

[src]

impl Function for GetDialogs
[src]

impl BareSerialize for GetDialogs
[src]

Auto Trait Implementations

impl Send for GetDialogs

impl Sync for GetDialogs