Merge branch 'dispatching2' of https://github.com/teloxide/teloxide into dispatching2

This commit is contained in:
Hirrolot 2022-02-04 19:09:43 +06:00
commit ee3854c9a3

View file

@ -87,7 +87,7 @@ async fn inline_query_handler(
/// those buttons writing a text with the selected Debian version.
///
/// **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(
q: CallbackQuery,
bot: AutoSend<Bot>,