Struct clacks_mtproto::mtproto::input_sticker_set_item::InputStickerSetItem [] [src]

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

TL-derived from inputStickerSetItem

inputStickerSetItem#ffa0a496 flags:# document:InputDocument emoji:string mask_coords:flags.0?MaskCoords = InputStickerSetItem;

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]

impl BareDeserialize for InputStickerSetItem
[src]

impl IntoBoxed for InputStickerSetItem
[src]

Auto Trait Implementations