parse mode
This commit is contained in:
parent
301e9a0964
commit
e67cee0513
|
@ -335,6 +335,7 @@ class TgBot:
|
|||
await update.effective_message.edit_text(
|
||||
text,
|
||||
reply_markup=InlineKeyboardMarkup(inline_keyboard=keyboard),
|
||||
parse_mode=ParseMode.HTML
|
||||
)
|
||||
else:
|
||||
await update.effective_message.reply_html(
|
||||
|
|
Loading…
Reference in New Issue