Struct clacks_mtproto::mtproto::input_web_file_location::InputWebFileLocation [] [src]

pub struct InputWebFileLocation {
    pub url: string,
    pub access_hash: long,
}

TL-derived from inputWebFileLocation

inputWebFileLocation#c239d686 url:string access_hash:long = InputWebFileLocation;

Fields

Trait Implementations

impl Debug for InputWebFileLocation
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InputWebFileLocation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for InputWebFileLocation
[src]

impl BareDeserialize for InputWebFileLocation
[src]

impl IntoBoxed for InputWebFileLocation
[src]

Auto Trait Implementations