Struct clacks::mtproto::rpc::stickers::createStickerSet [] [src]

pub struct createStickerSet {
    pub masks: bool,
    pub user_id: InputUser,
    pub title: string,
    pub short_name: string,
    pub stickers: Vector<Boxed, InputStickerSetItem>,
}

Fields

Trait Implementations

impl Debug for createStickerSet
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for createStickerSet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for createStickerSet
[src]

impl BareSerialize for createStickerSet
[src]

[src]

Auto Trait Implementations