Struct clacks_mtproto::mtproto::messages::recent_stickers::RecentStickers [] [src]

pub struct RecentStickers {
    pub hash: int,
    pub stickers: Vector<Boxed, Document>,
}

TL-derived from messages.recentStickers

messages.recentStickers#5ce20970 hash:int stickers:Vector<Document> = messages.RecentStickers;

Fields

Trait Implementations

impl Debug for RecentStickers
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RecentStickers
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for RecentStickers
[src]

impl BareDeserialize for RecentStickers
[src]

impl IntoBoxed for RecentStickers
[src]

Auto Trait Implementations