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

pub struct ReorderStickerSets {
    pub masks: bool,
    pub order: Vector<Bare, long>,
}

TL-derived from messages.reorderStickerSets

messages.reorderStickerSets#78337739 flags:# masks:flags.0?true order:Vector<long> = Bool;

Fields

Trait Implementations

impl Debug for ReorderStickerSets
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ReorderStickerSets
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ReorderStickerSets
[src]

[src]

[src]

impl Function for ReorderStickerSets
[src]

impl BareSerialize for ReorderStickerSets
[src]

Auto Trait Implementations