mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +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
|
||||
pub chat_instance: String,
|
||||
|
||||
/// A data associated with the callback button. Be aware that a bad client
|
||||
/// can send arbitrary data in this field.
|
||||
/// A data associated with the callback button.
|
||||
pub data: Option<String>,
|
||||
|
||||
/// A short name of a Game to be returned, serves as the unique identifier
|
||||
|
|
Loading…
Reference in a new issue