mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 07:25:36 +01:00
Fix annotations
This commit is contained in:
@@ -239,6 +239,7 @@ where
|
||||
|
||||
match bot
|
||||
.send_message(message.chat.id, current_text)
|
||||
.parse_mode(ParseMode::Html)
|
||||
.reply_markup(keyboard)
|
||||
.send()
|
||||
.await
|
||||
@@ -290,6 +291,7 @@ where
|
||||
|
||||
match bot
|
||||
.edit_message_text(message.chat.id, message.id, current_text)
|
||||
.parse_mode(ParseMode::Html)
|
||||
.reply_markup(keyboard)
|
||||
.send()
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user