Struct clacks::mtproto::rpc::channels::editPhoto [] [src]

pub struct editPhoto {
    pub channel: InputChannel,
    pub photo: InputChatPhoto,
}

Fields

Trait Implementations

impl Debug for editPhoto
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for editPhoto
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for editPhoto
[src]

impl BareSerialize for editPhoto
[src]

[src]

Auto Trait Implementations

impl Send for editPhoto

impl Sync for editPhoto