Struct clacks::mtproto::inputChatPhoto [] [src]

pub struct inputChatPhoto {
    pub id: InputPhoto,
}

Fields

Trait Implementations

impl Debug for inputChatPhoto
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for inputChatPhoto
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for inputChatPhoto
[src]

[src]

impl BareDeserialize for inputChatPhoto
[src]

[src]

impl IntoBoxed for inputChatPhoto
[src]

Auto Trait Implementations