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

pub struct UninstallStickerSet {
    pub stickerset: InputStickerSet,
}

TL-derived from messages.uninstallStickerSet

messages.uninstallStickerSet#f96e55de stickerset:InputStickerSet = Bool;

Fields

Trait Implementations

impl Debug for UninstallStickerSet
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UninstallStickerSet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for UninstallStickerSet
[src]

[src]

[src]

impl Function for UninstallStickerSet
[src]

impl BareSerialize for UninstallStickerSet
[src]

Auto Trait Implementations