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