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

pub struct PhotoExternal {
    pub url: string,
    pub caption: string,
    pub ttl_seconds: Option<int>,
}

TL-derived from inputMediaPhotoExternal

inputMediaPhotoExternal#922aec1 flags:# url:string caption:string ttl_seconds:flags.0?int = InputMedia;

Fields

Trait Implementations

impl Debug for PhotoExternal
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PhotoExternal
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for PhotoExternal
[src]

impl BareDeserialize for PhotoExternal
[src]

impl IntoBoxed for PhotoExternal
[src]

Auto Trait Implementations

impl Send for PhotoExternal

impl Sync for PhotoExternal