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

pub struct ChangeStickerPosition {
    pub sticker: InputDocument,
    pub position: int,
}

TL-derived from stickers.changeStickerPosition

stickers.changeStickerPosition#ffb6d4ca sticker:InputDocument position:int = messages.StickerSet;

Fields

Trait Implementations

impl Debug for ChangeStickerPosition
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChangeStickerPosition
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ChangeStickerPosition
[src]

[src]

[src]

impl Function for ChangeStickerPosition
[src]

impl BareSerialize for ChangeStickerPosition
[src]

Auto Trait Implementations