aiogram/CHANGES/1269.misc.rst
Alex Root Junior d0d0ff1be0
Update a warning message in dispatcher (#1269)
* Update a warning message in dispatcher

Enhanced the warning message in aiogram/dispatcher/dispatcher.py to include a JSON dump of the update. This change helps to give clearer and more detailed information on why an update type is unknown by including the specifics of what the update contains.

* Added changelog
2023-08-16 20:43:18 +03:00

1 line
111 B
ReStructuredText

Enhanced the warning message in dispatcher to include a JSON dump of the update when update type is not known.