Enum clacks_mtproto::mtproto::InputStickerSetItem [] [src]

pub enum InputStickerSetItem {
    InputStickerSetItem(InputStickerSetItem),
}

TL-derived from InputStickerSetItem

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

Variants

Methods

impl InputStickerSetItem
[src]

[src]

[src]

[src]

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 BoxedSerialize for InputStickerSetItem
[src]

[src]

[src]

impl BoxedDeserialize for InputStickerSetItem
[src]

Important traits for Vec<u8>
[src]

[src]

[src]

Auto Trait Implementations