Struct clacks::mtproto::inputMediaPhoto [] [src]

pub struct inputMediaPhoto {
    pub id: InputPhoto,
    pub caption: string,
    pub ttl_seconds: Option<int>,
}

Fields

Trait Implementations

impl Debug for inputMediaPhoto
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for inputMediaPhoto
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for inputMediaPhoto
[src]

[src]

impl BareDeserialize for inputMediaPhoto
[src]

[src]

impl IntoBoxed for inputMediaPhoto
[src]

Auto Trait Implementations