Struct clacks_mtproto::mtproto::found_gif::FoundGif [] [src]

pub struct FoundGif {
    pub url: string,
    pub thumb_url: string,
    pub content_url: string,
    pub content_type: string,
    pub w: int,
    pub h: int,
}

TL-derived from foundGif

foundGif#162ecc1f url:string thumb_url:string content_url:string content_type:string w:int h:int = FoundGif;

Fields

Trait Implementations

impl Debug for FoundGif
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for FoundGif
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for FoundGif
[src]

impl BareDeserialize for FoundGif
[src]

impl IntoBoxed for FoundGif
[src]

Auto Trait Implementations

impl Send for FoundGif

impl Sync for FoundGif