mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
795f7fff7f
* Fixed type warnings in some editors by changing `var: Type = None` to `var: Union[Type, None] = None` * changed some args from `obj['arg']` to `obj.get('arg')` if arg is optional * better PEP-8 compliance for less weak warnings * added tests for the new type `ChatInviteLink` |
||
---|---|---|
.. | ||
__init__.py | ||
apihelper.py | ||
handler_backends.py | ||
types.py | ||
util.py | ||
version.py |