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

pub struct ReorderPinnedDialogs {
    pub force: bool,
    pub order: Vector<Boxed, InputPeer>,
}

TL-derived from messages.reorderPinnedDialogs

messages.reorderPinnedDialogs#959ff644 flags:# force:flags.0?true order:Vector<InputPeer> = Bool;

Fields

Trait Implementations

impl Debug for ReorderPinnedDialogs
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ReorderPinnedDialogs
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ReorderPinnedDialogs
[src]

[src]

[src]

impl Function for ReorderPinnedDialogs
[src]

impl BareSerialize for ReorderPinnedDialogs
[src]

Auto Trait Implementations