Struct clacks_mtproto::mtproto::update::PinnedDialogs [] [src]

pub struct PinnedDialogs {
    pub order: Option<Vector<Boxed, Peer>>,
}

TL-derived from updatePinnedDialogs

updatePinnedDialogs#d8caf68d flags:# order:flags.0?Vector<Peer> = Update;

Fields

Trait Implementations

impl Debug for PinnedDialogs
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PinnedDialogs
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for PinnedDialogs
[src]

impl BareDeserialize for PinnedDialogs
[src]

impl IntoBoxed for PinnedDialogs
[src]

[src]

Auto Trait Implementations

impl Send for PinnedDialogs

impl Sync for PinnedDialogs