// WARNING: THIS CODE IS AUTOGENERATED.
// DO NOT EDIT!!!
use crate::types::UserProfilePhotos;
impl UserProfilePhotos {
/// This function creates an empty struct for the object UserProfilePhotos.
pub fn new() -> Self {
Self {
total_count: 0,
photos: Vec::new(),
}
}
}
impl Default for UserProfilePhotos {
fn default() -> Self {
Self::new()
}
}