1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00
pyTelegramBotAPI/telebot
SwissCorePy 0370a9f277 Added class ChatMemberUpdated
* Added class `ChatMemberUpdated` to types
* Simplified `de_json` functions in `WebhookInfo` and `Update` classes (for overall more consistent code)
* changed `options_ids` to ´option_id` in class `PollAnswer`
* Added test for `ChatMemberUpdated` class in `test_types.py` and added the fields `my_chat_member` and `chat_member` to the `Update` class and its tests
2021-06-19 20:13:53 +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 Added class ChatMemberUpdated 2021-06-19 20:13:53 +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