Struct clacks::mtproto::inputChatUploadedPhoto [] [src]

pub struct inputChatUploadedPhoto {
    pub file: InputFile,
}

Fields

Trait Implementations

impl Debug for inputChatUploadedPhoto
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for inputChatUploadedPhoto
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for inputChatUploadedPhoto
[src]

[src]

impl BareDeserialize for inputChatUploadedPhoto
[src]

[src]

impl IntoBoxed for inputChatUploadedPhoto
[src]

Auto Trait Implementations