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

pub struct SaveGif {
    pub id: InputDocument,
    pub unsave: Bool,
}

TL-derived from messages.saveGif

messages.saveGif#327a30cb id:InputDocument unsave:Bool = Bool;

Fields

Trait Implementations

impl Debug for SaveGif
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SaveGif
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SaveGif
[src]

[src]

[src]

impl Function for SaveGif
[src]

impl BareSerialize for SaveGif
[src]

Auto Trait Implementations

impl Send for SaveGif

impl Sync for SaveGif