Struct clacks_mtproto::mtproto::rpc::stickers::RemoveStickerFromSet [] [src]

pub struct RemoveStickerFromSet {
    pub sticker: InputDocument,
}

TL-derived from stickers.removeStickerFromSet

stickers.removeStickerFromSet#f7760f51 sticker:InputDocument = messages.StickerSet;

Fields

Trait Implementations

impl Debug for RemoveStickerFromSet
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RemoveStickerFromSet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for RemoveStickerFromSet
[src]

[src]

[src]

impl Function for RemoveStickerFromSet
[src]

impl BareSerialize for RemoveStickerFromSet
[src]

Auto Trait Implementations