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

pub struct GetArchivedStickers {
    pub masks: bool,
    pub offset_id: long,
    pub limit: int,
}

TL-derived from messages.getArchivedStickers

messages.getArchivedStickers#57f17692 flags:# masks:flags.0?true offset_id:long limit:int = messages.ArchivedStickers;

Fields

Trait Implementations

impl Debug for GetArchivedStickers
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetArchivedStickers
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetArchivedStickers
[src]

[src]

[src]

impl Function for GetArchivedStickers
[src]

impl BareSerialize for GetArchivedStickers
[src]

Auto Trait Implementations