Skip to content

Commit

Permalink
Merge pull request #440 from Latand/patch-2
Browse files Browse the repository at this point in the history
Update message_manager.py
  • Loading branch information
Tishka17 authored Nov 7, 2024
2 parents 508a133 + a60844d commit 32170e1
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 32170e1

Please sign in to comment.