Struct clacks::mtproto::documentAttributeSticker [] [src]

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

Fields

Trait Implementations

impl Debug for documentAttributeSticker
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for documentAttributeSticker
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for documentAttributeSticker
[src]

[src]

impl BareDeserialize for documentAttributeSticker
[src]

[src]

impl IntoBoxed for documentAttributeSticker
[src]

Auto Trait Implementations