Struct telbot_types::user::UserProfilePhotos[][src]

pub struct UserProfilePhotos {
    pub total_count: usize,
    pub photos: Vec<Vec<PhotoSize>>,
}
Expand description

This object represent a user’s profile pictures.

Fields

total_count: usize

Total number of profile pictures the target user has

photos: Vec<Vec<PhotoSize>>

Requested profile pictures (in up to 4 sizes each)

Trait Implementations

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.