Enum telegram::schema::UserProfilePhoto []

pub enum UserProfilePhoto {
    userProfilePhotoEmpty,
    userProfilePhoto {
        photo_id: i64,
        photo_small: FileLocation,
        photo_big: FileLocation,
    },
}

Variants

Fields of userProfilePhoto

Trait Implementations

impl Debug for UserProfilePhoto
[src]

Formats the value using the given formatter.

impl Serialize for UserProfilePhoto

Serialize to the passed buffer.