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

pub struct InstallStickerSet {
    pub stickerset: InputStickerSet,
    pub archived: Bool,
}

TL-derived from messages.installStickerSet

messages.installStickerSet#c78fe460 stickerset:InputStickerSet archived:Bool = messages.StickerSetInstallResult;

Fields

Trait Implementations

impl Debug for InstallStickerSet
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InstallStickerSet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for InstallStickerSet
[src]

[src]

[src]

impl Function for InstallStickerSet
[src]

impl BareSerialize for InstallStickerSet
[src]

Auto Trait Implementations