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

pub struct GetAllStickers {
    pub hash: int,
}

TL-derived from messages.getAllStickers

messages.getAllStickers#1c9618b1 hash:int = messages.AllStickers;

Fields

Trait Implementations

impl Debug for GetAllStickers
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetAllStickers
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetAllStickers
[src]

[src]

[src]

impl Function for GetAllStickers
[src]

impl BareSerialize for GetAllStickers
[src]

Auto Trait Implementations