mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
commit
9876587d93
1 changed files with 1 additions and 2 deletions
|
@ -40,8 +40,7 @@ pub struct CallbackQuery {
|
||||||
/// [games]: https://core.telegram.org/bots/api#games
|
/// [games]: https://core.telegram.org/bots/api#games
|
||||||
pub chat_instance: String,
|
pub chat_instance: String,
|
||||||
|
|
||||||
/// A data associated with the callback button. Be aware that a bad client
|
/// A data associated with the callback button.
|
||||||
/// can send arbitrary data in this field.
|
|
||||||
pub data: Option<String>,
|
pub data: Option<String>,
|
||||||
|
|
||||||
/// A short name of a Game to be returned, serves as the unique identifier
|
/// A short name of a Game to be returned, serves as the unique identifier
|
||||||
|
|
Loading…
Reference in a new issue