Struct clacks_mtproto::mtproto::document_attribute::Sticker [] [src]

pub struct Sticker {
    pub mask: bool,
    pub alt: string,
    pub stickerset: InputStickerSet,
    pub mask_coords: Option<MaskCoords>,
}

TL-derived from documentAttributeSticker

documentAttributeSticker#6319d612 flags:# mask:flags.1?true alt:string stickerset:InputStickerSet mask_coords:flags.0?MaskCoords = DocumentAttribute;

Fields

Trait Implementations

impl Debug for Sticker
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Sticker
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Sticker
[src]

impl BareDeserialize for Sticker
[src]

impl IntoBoxed for Sticker
[src]

Auto Trait Implementations

impl Send for Sticker

impl Sync for Sticker