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

pub struct NewStickerSet {
    pub stickerset: StickerSet,
}

TL-derived from updateNewStickerSet

updateNewStickerSet#688a30aa stickerset:messages.StickerSet = Update;

Fields

Trait Implementations

impl Debug for NewStickerSet
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for NewStickerSet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for NewStickerSet
[src]

impl BareDeserialize for NewStickerSet
[src]

impl IntoBoxed for NewStickerSet
[src]

[src]

Auto Trait Implementations

impl Send for NewStickerSet

impl Sync for NewStickerSet