ferrisgram 0.1.5

An elegent rust client for the Telegram Bot API.
Documentation
// WARNING: THIS CODE IS AUTOGENERATED.
// DO NOT EDIT!!!

use crate::types::PassportElementErrorFile;

impl PassportElementErrorFile {
    /// This function creates an empty struct for the object PassportElementErrorFile.
    pub fn new() -> Self {
        Self {
            r#type: "".to_string(),
            file_hash: "".to_string(),
            message: "".to_string(),
        }
    }
}
impl Default for PassportElementErrorFile {
    fn default() -> Self {
        Self::new()
    }
}