Struct clacks_mtproto::mtproto::input_media::GifExternal [] [src]

pub struct GifExternal {
    pub url: string,
    pub q: string,
}

TL-derived from inputMediaGifExternal

inputMediaGifExternal#4843b0fd url:string q:string = InputMedia;

Fields

Trait Implementations

impl Debug for GifExternal
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GifExternal
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for GifExternal
[src]

impl BareDeserialize for GifExternal
[src]

impl IntoBoxed for GifExternal
[src]

Auto Trait Implementations

impl Send for GifExternal

impl Sync for GifExternal