1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00
pyTelegramBotAPI/telebot
SwissCorePy 795f7fff7f Some small changes
* 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`
2021-06-19 17:59:55 +02:00
..
__init__.py Some small changes 2021-06-19 17:59:55 +02:00
apihelper.py Some Updates 2021-06-17 20:28:53 +02:00
handler_backends.py Modify RedisHandlerBackend, add argument "password=None" to __init__() 2021-01-05 13:06:14 +02:00
types.py Some small changes 2021-06-19 17:59:55 +02:00
util.py Some small changes 2021-06-19 17:59:55 +02:00
version.py Update version.py 2021-05-15 20:29:58 +03:00