Replaced error TypeError: TelegramEventObserver.__call__() got an unexpected keyword argument '<name>' with a more understandable (#1114)

* Explain why keyword filters is not supported

* Added changelog
This commit is contained in:
Alex Root Junior 2023-02-05 16:13:06 +02:00 committed by GitHub
parent d07e8fc407
commit 021ae5626f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 30 additions and 4 deletions

2
CHANGES/1114.misc.rst Normal file
View file

@ -0,0 +1,2 @@
Replaced error :code:`TypeError: TelegramEventObserver.__call__() got an unexpected keyword argument '<name>'`
with a more understandable one for developers and with a link to the documentation.