mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Merge pull request #798 from teloxide/merge-small-master
Merge a small change from `master`
This commit is contained in:
commit
4089b29afd
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ async fn callback_handler(bot: Bot, q: CallbackQuery) -> Result<(), Box<dyn Erro
|
||||||
let text = format!("You chose: {version}");
|
let text = format!("You chose: {version}");
|
||||||
|
|
||||||
// Tell telegram that we've seen this query, to remove 🕑 icons from the
|
// Tell telegram that we've seen this query, to remove 🕑 icons from the
|
||||||
//
|
|
||||||
// clients. You could also use `answer_callback_query`'s optional
|
// clients. You could also use `answer_callback_query`'s optional
|
||||||
// parameters to tweak what happens on the client side.
|
// parameters to tweak what happens on the client side.
|
||||||
bot.answer_callback_query(q.id).await?;
|
bot.answer_callback_query(q.id).await?;
|
||||||
|
|
Loading…
Reference in a new issue