Fix src/core/types/inline_query_result_photo.rs

This commit is contained in:
Temirkhan Myrzamadi 2019-09-19 00:08:14 +06:00
parent 387e3ae8e9
commit da2ebc07c3

View file

@ -2,7 +2,7 @@ use super::inline_keyboard_markup::InlineKeyboardMarkup;
use super::input_message_content::InputMessageContent;
#[derive(Debug, Deserialize, Clone, PartialEq)]
pub struct InlineQueryResultCachedPhoto {
pub struct InlineQueryResultPhoto {
#[serde(rename = "type")]
pub query_type: String,
pub id: String,