Struct clacks_mtproto::mtproto::rpc::channels::EditPhoto [] [src]

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

TL-derived from channels.editPhoto

channels.editPhoto#f12e57c9 channel:InputChannel photo:InputChatPhoto = Updates;

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 BoxedSerialize for EditPhoto
[src]

[src]

[src]

impl Function for EditPhoto
[src]

impl BareSerialize for EditPhoto
[src]

Auto Trait Implementations

impl Send for EditPhoto

impl Sync for EditPhoto