1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00
pyTelegramBotAPI/telebot
Evgeny Petrov 2af9209005 Fixed KeyError when data field is None in CallbackQuery
obj['data'] raises KeyError when `data` is None, while obj.get('data') returns None
2016-10-30 18:23:57 +08:00
..
__init__.py New methods setGameScore and getGameHighScores. 2016-10-29 21:22:46 +08:00
apihelper.py Added setGameScore and getGameHighScores 2016-10-26 16:19:04 +03:00
types.py Fixed KeyError when data field is None in CallbackQuery 2016-10-30 18:23:57 +08:00
util.py Added missing import for extract_arguments() 2016-04-26 11:16:49 +02:00