Struct clacks::mtproto::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,
}

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]

[src]

impl BareDeserialize for stickerSet
[src]

[src]

impl IntoBoxed for stickerSet
[src]

Auto Trait Implementations

impl Send for stickerSet

impl Sync for stickerSet