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

pub struct addStickerToSet {
    pub stickerset: InputStickerSet,
    pub sticker: InputStickerSetItem,
}

Fields

Trait Implementations

impl Debug for addStickerToSet
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for addStickerToSet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for addStickerToSet
[src]

impl BareSerialize for addStickerToSet
[src]

[src]

Auto Trait Implementations