mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-08 19:33:53 +01:00
Update outdated documentation
This commit is contained in:
parent
da00c9274b
commit
98c0fd2187
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ 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. Be aware that the message
|
||||||
/// can send arbitrary data in this field.
|
/// originated the query can contain no callback buttons with this data.
|
||||||
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