Struct telbot_types::user::UserProfilePhotos [−][src]
Expand description
This object represent a user’s profile pictures.
Fields
total_count: usizeTotal number of profile pictures the target user has
photos: Vec<Vec<PhotoSize>>Requested profile pictures (in up to 4 sizes each)
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more