Struct telebot::objects::UserProfilePhotos [] [src]

pub struct UserProfilePhotos {
    pub total_count: Integer,
    pub photos: Vec<Vec<PhotoSize>>,
}

This object represent a user's profile pictures.

Fields

Trait Implementations

impl Debug for UserProfilePhotos
[src]

Formats the value using the given formatter.