Struct clacks_mtproto::mtproto::rpc::messages::ToggleDialogPin [] [src]

pub struct ToggleDialogPin {
    pub pinned: bool,
    pub peer: InputPeer,
}

TL-derived from messages.toggleDialogPin

messages.toggleDialogPin#3289be6a flags:# pinned:flags.0?true peer:InputPeer = Bool;

Fields

Trait Implementations

impl Debug for ToggleDialogPin
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ToggleDialogPin
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ToggleDialogPin
[src]

[src]

[src]

impl Function for ToggleDialogPin
[src]

impl BareSerialize for ToggleDialogPin
[src]

Auto Trait Implementations