This commit is contained in:
RustemB 2019-09-17 22:31:41 +05:00
parent cc542b6eae
commit aef4d51179
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
use crate::core::types::{User, Location};
#[derive(Debug, Serialize, Deserialize, Hash, PartialEq, Eq, Clone)]
#[derive(Debug, Serialize, Hash, PartialEq, Eq, Clone)]
pub struct InlineQuery {
/// Unique identifier for this query
pub id: String,

View file

@ -1,6 +1,6 @@
use crate::core::types::{InputMessageContent, InlineKeyboardMarkup};
#[derive(Debug, Deserialize, PartialEq, Clone)]
#[derive(Debug, Serialize, Hash, PartialEq, Eq, Clone)]
pub struct InlineQueryResultArticle {
/// Unique identifier for this result, 1-64 Bytes
pub id: String,