Answer the question
In order to leave comments, you need to log in
How to make back button on aiogram (python)?
how do i write a return function, to the back button?
@dp.message_handler(Text(equals="PromroboQuantum"))
async def robo(message: types.Message):
keyboard = types.ReplyKeyboardMarkup(resize_keyboard=True)
buttons = ["Return"]
keyboard.add(*buttons)
await message.answer(
f"{fmt.hide_link(' https://teletype.in/@doyi/LHhyok ')}"
f"This article will tell you all about PROMOBOQUANTUM in Quantorium",
parse_mode=types.ParseMode.HTML, reply_markup= keyboard)
(if you need the whole code write)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question