Skip to content

Commit

Permalink
Update message_manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Latand authored Nov 7, 2024
1 parent 508a133 commit a60844d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/aiogram_dialog/manager/message_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ async def remove_inline_kbd(
pass
elif "message to edit not found" in err.message:
pass
elif "MESSAGE_ID_INVALID" in err.message:
pass
else:
raise err

Expand Down

0 comments on commit a60844d

Please sign in to comment.