diff --git a/src/core/types/inline_query_result_location.rs b/src/core/types/inline_query_result_location.rs index dc06c07b..c4b5d296 100644 --- a/src/core/types/inline_query_result_location.rs +++ b/src/core/types/inline_query_result_location.rs @@ -6,11 +6,11 @@ pub struct InlineQueryResultLocation { pub latitude: f64, pub longitude: f64, pub title: String, - pub live_period: i32, - pub reply_markup: InlineKeyboardMarkup, - pub input_message_content: InputMessageContent, - pub thumb_url: String, - pub thumb_width: i32, - pub thumb_height: i32, + pub live_period: Option, + pub reply_markup: Option, + pub input_message_content: Option, + pub thumb_url: Option, + pub thumb_width: Option, + pub thumb_height: Option, } \ No newline at end of file