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

pub struct GetMaskStickers {
    pub hash: int,
}

TL-derived from messages.getMaskStickers

messages.getMaskStickers#65b8c79f hash:int = messages.AllStickers;

Fields

Trait Implementations

impl Debug for GetMaskStickers
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetMaskStickers
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetMaskStickers
[src]

[src]

[src]

impl Function for GetMaskStickers
[src]

impl BareSerialize for GetMaskStickers
[src]

Auto Trait Implementations