diff --git a/crates/teloxide-core/src/types/callback_query.rs b/crates/teloxide-core/src/types/callback_query.rs index 2d1f5362..7dc8a422 100644 --- a/crates/teloxide-core/src/types/callback_query.rs +++ b/crates/teloxide-core/src/types/callback_query.rs @@ -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, /// A short name of a Game to be returned, serves as the unique identifier