Struct clacks_mtproto::mtproto::message_media::Photo [] [src]

pub struct Photo {
    pub photo: Option<Photo>,
    pub caption: Option<string>,
    pub ttl_seconds: Option<int>,
}

TL-derived from messageMediaPhoto

messageMediaPhoto#b5223b0f flags:# photo:flags.0?Photo caption:flags.1?string ttl_seconds:flags.2?int = MessageMedia;

Fields

Trait Implementations

impl Debug for Photo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Photo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Photo
[src]

impl BareDeserialize for Photo
[src]

impl IntoBoxed for Photo
[src]

Auto Trait Implementations

impl Send for Photo

impl Sync for Photo