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