Struct clacks_mtproto::mtproto::sticker_set::StickerSet [] [src]

pub struct StickerSet {
    pub installed: bool,
    pub archived: bool,
    pub official: bool,
    pub masks: bool,
    pub id: long,
    pub access_hash: long,
    pub title: string,
    pub short_name: string,
    pub count: int,
    pub hash: int,
}

TL-derived from stickerSet

stickerSet#cd303b41 flags:# installed:flags.0?true archived:flags.1?true official:flags.2?true masks:flags.3?true id:long access_hash:long title:string short_name:string count:int hash:int = StickerSet;

Fields

Trait Implementations

impl Debug for StickerSet
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for StickerSet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for StickerSet
[src]

impl BareDeserialize for StickerSet
[src]

impl IntoBoxed for StickerSet
[src]

Auto Trait Implementations

impl Send for StickerSet

impl Sync for StickerSet