Fix src/core/types/inline_query_result_article.rs

This commit is contained in:
Temirkhan Myrzamadi 2019-09-18 23:41:48 +06:00
parent 2b49b22b42
commit a7fa66754a

View file

@ -2,6 +2,10 @@ use crate::core::types::{InputMessageContent, InlineKeyboardMarkup};
#[derive(Debug, Serialize, Hash, PartialEq, Eq, Clone)]
pub struct InlineQueryResultArticle {
// Type of the result, must be article
#[serde(rename = "type")]
pub query_type: String,
/// Unique identifier for this result, 1-64 Bytes
pub id: String,
/// Title of the result