Struct clacks::mtproto::inputSingleMedia [] [src]

pub struct inputSingleMedia {
    pub media: InputMedia,
    pub random_id: long,
}

Fields

Trait Implementations

impl Debug for inputSingleMedia
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for inputSingleMedia
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for inputSingleMedia
[src]

[src]

impl BareDeserialize for inputSingleMedia
[src]

[src]

impl IntoBoxed for inputSingleMedia
[src]

Auto Trait Implementations