Struct clacks_mtproto::mtproto::sticker_pack::StickerPack [] [src]

pub struct StickerPack {
    pub emoticon: string,
    pub documents: Vector<Bare, long>,
}

TL-derived from stickerPack

stickerPack#12b299d4 emoticon:string documents:Vector<long> = StickerPack;

Fields

Trait Implementations

impl Debug for StickerPack
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for StickerPack
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for StickerPack
[src]

impl BareDeserialize for StickerPack
[src]

impl IntoBoxed for StickerPack
[src]

Auto Trait Implementations

impl Send for StickerPack

impl Sync for StickerPack