mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 15:01:45 +01:00
Merge branch 'dispatching2' of https://github.com/teloxide/teloxide into dispatching2
This commit is contained in:
commit
ee3854c9a3
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ async fn inline_query_handler(
|
||||||
/// those buttons writing a text with the selected Debian version.
|
/// those buttons writing a text with the selected Debian version.
|
||||||
///
|
///
|
||||||
/// **IMPORTANT**: do not send privacy-sensitive data this way!!!
|
/// **IMPORTANT**: do not send privacy-sensitive data this way!!!
|
||||||
/// Any can read data stored in the callback button.
|
/// Anyone can read data stored in the callback button.
|
||||||
async fn callback_handler(
|
async fn callback_handler(
|
||||||
q: CallbackQuery,
|
q: CallbackQuery,
|
||||||
bot: AutoSend<Bot>,
|
bot: AutoSend<Bot>,
|
||||||
|
|
Loading…
Reference in a new issue