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