Struct clacks_mtproto::mtproto::user_profile_photo::UserProfilePhoto [] [src]

pub struct UserProfilePhoto {
    pub photo_id: long,
    pub photo_small: FileLocation,
    pub photo_big: FileLocation,
}

TL-derived from userProfilePhoto

userProfilePhoto#d559d8c8 photo_id:long photo_small:FileLocation photo_big:FileLocation = UserProfilePhoto;

Fields

Trait Implementations

impl Debug for UserProfilePhoto
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UserProfilePhoto
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for UserProfilePhoto
[src]

impl BareDeserialize for UserProfilePhoto
[src]

impl IntoBoxed for UserProfilePhoto
[src]

Auto Trait Implementations