Struct clacks_mtproto::mtproto::rpc::messages::GetRecentStickers [] [src]

pub struct GetRecentStickers {
    pub attached: bool,
    pub hash: int,
}

TL-derived from messages.getRecentStickers

messages.getRecentStickers#5ea192c9 flags:# attached:flags.0?true hash:int = messages.RecentStickers;

Fields

Trait Implementations

impl Debug for GetRecentStickers
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetRecentStickers
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetRecentStickers
[src]

[src]

[src]

impl Function for GetRecentStickers
[src]

impl BareSerialize for GetRecentStickers
[src]

Auto Trait Implementations