Now properly answering the callback query
This commit is contained in:
@ -10,6 +10,7 @@ async fn run(bot: Throttle<Bot>, q: CallbackQuery) -> crate::Result<()> {
|
||||
.await?;
|
||||
}
|
||||
}
|
||||
bot.answer_callback_query(q.id).await?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user