Struct clacks_mtproto::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>,
}

TL-derived from stickers.createStickerSet

stickers.createStickerSet#9bd86e6a flags:# masks:flags.0?true user_id:InputUser title:string short_name:string stickers:Vector<InputStickerSetItem> = messages.StickerSet;

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 BoxedSerialize for CreateStickerSet
[src]

[src]

[src]

impl Function for CreateStickerSet
[src]

impl BareSerialize for CreateStickerSet
[src]

Auto Trait Implementations