mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Remove inline markup in example
This commit is contained in:
parent
e443e58daf
commit
2dc13d3495
1 changed files with 1 additions and 0 deletions
|
|
@ -163,6 +163,7 @@ class DefaultScene(
|
|||
@on.callback_query(F.data == "start", after=After.goto(NameScene))
|
||||
async def demo_callback(self, callback_query: CallbackQuery):
|
||||
await callback_query.answer(cache_time=0)
|
||||
await callback_query.message.delete_reply_markup()
|
||||
|
||||
@on.message.enter() # Marker for handler that should be called when user enters the scene.
|
||||
@on.message()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue