mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Remove outdated sentence
This commit is contained in:
parent
98c0fd2187
commit
d036576397
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 the message
|
||||
/// originated the query can contain no callback buttons with this data.
|
||||
/// 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