// WARNING: THIS CODE IS AUTOGENERATED.
// DO NOT EDIT!!!
use crate::types::InlineQueryResultCachedGif;
impl InlineQueryResultCachedGif {
    /// This function creates an empty struct for the object InlineQueryResultCachedGif.
    pub fn new() -> Self {
        Self {
            id: "".to_string(),
            gif_file_id: "".to_string(),
            title: None,
            caption: None,
            parse_mode: None,
            caption_entities: None,
            reply_markup: None,
            input_message_content: None,
        }
    }
}
impl Default for InlineQueryResultCachedGif {
    fn default() -> Self {
        Self::new()
    }
}