Struct clacks::mtproto::inputStickerSetItem [] [src]

pub struct inputStickerSetItem {
    pub document: InputDocument,
    pub emoji: string,
    pub mask_coords: Option<MaskCoords>,
}

Fields

Trait Implementations

impl Debug for inputStickerSetItem
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for inputStickerSetItem
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for inputStickerSetItem
[src]

[src]

impl BareDeserialize for inputStickerSetItem
[src]

[src]

impl IntoBoxed for inputStickerSetItem
[src]

Auto Trait Implementations