mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
fixes
This commit is contained in:
parent
cc542b6eae
commit
aef4d51179
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue