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

pub struct StickerSet {
    pub url: string,
    pub set: StickerSetCovered,
}

TL-derived from recentMeUrlStickerSet

recentMeUrlStickerSet#bc0a57dc url:string set:StickerSetCovered = RecentMeUrl;

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