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

pub struct GetSavedGifs {
    pub hash: int,
}

TL-derived from messages.getSavedGifs

messages.getSavedGifs#83bf3d52 hash:int = messages.SavedGifs;

Fields

Trait Implementations

impl Debug for GetSavedGifs
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetSavedGifs
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetSavedGifs
[src]

[src]

[src]

impl Function for GetSavedGifs
[src]

impl BareSerialize for GetSavedGifs
[src]

Auto Trait Implementations

impl Send for GetSavedGifs

impl Sync for GetSavedGifs