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::BotCommandScopeChatMember;

impl BotCommandScopeChatMember {
    /// This function creates an empty struct for the object BotCommandScopeChatMember.
    pub fn new() -> Self {
        Self {
            chat_id: 0,
            user_id: 0,
        }
    }
}
impl Default for BotCommandScopeChatMember {
    fn default() -> Self {
        Self::new()
    }
}