// WARNING: THIS CODE IS AUTOGENERATED.
// DO NOT EDIT!!!
use crate::types::PhotoSize;
impl PhotoSize {
/// This function creates an empty struct for the object PhotoSize.
pub fn new() -> Self {
Self {
file_id: "".to_string(),
file_unique_id: "".to_string(),
width: 0,
height: 0,
file_size: None,
}
}
}
impl Default for PhotoSize {
fn default() -> Self {
Self::new()
}
}