Struct clacks_mtproto::mtproto::rpc::photos::UpdateProfilePhoto [] [src]

pub struct UpdateProfilePhoto {
    pub id: InputPhoto,
}

TL-derived from photos.updateProfilePhoto

photos.updateProfilePhoto#f0bb5152 id:InputPhoto = UserProfilePhoto;

Fields

Trait Implementations

impl Debug for UpdateProfilePhoto
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateProfilePhoto
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for UpdateProfilePhoto
[src]

[src]

[src]

impl Function for UpdateProfilePhoto
[src]

impl BareSerialize for UpdateProfilePhoto
[src]

Auto Trait Implementations