mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-08 19:33:53 +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};
|
use crate::core::types::{User, Location};
|
||||||
|
|
||||||
#[derive(Debug, Serialize, Deserialize, Hash, PartialEq, Eq, Clone)]
|
#[derive(Debug, Serialize, Hash, PartialEq, Eq, Clone)]
|
||||||
pub struct InlineQuery {
|
pub struct InlineQuery {
|
||||||
/// Unique identifier for this query
|
/// Unique identifier for this query
|
||||||
pub id: String,
|
pub id: String,
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
use crate::core::types::{InputMessageContent, InlineKeyboardMarkup};
|
use crate::core::types::{InputMessageContent, InlineKeyboardMarkup};
|
||||||
|
|
||||||
#[derive(Debug, Deserialize, PartialEq, Clone)]
|
#[derive(Debug, Serialize, Hash, PartialEq, Eq, Clone)]
|
||||||
pub struct InlineQueryResultArticle {
|
pub struct InlineQueryResultArticle {
|
||||||
/// Unique identifier for this result, 1-64 Bytes
|
/// Unique identifier for this result, 1-64 Bytes
|
||||||
pub id: String,
|
pub id: String,
|
||||||
|
|
Loading…
Reference in a new issue