This website requires JavaScript.
Explore
Help
Register
Sign In
alihan
/
pyTelegramBotAPI
Watch
1
Star
0
Fork
0
You've already forked pyTelegramBotAPI
mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced
2021-05-13 03:08:02 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
2e8151cb7d3cd726504be47f033e52f1d8858e72
pyTelegramBotAPI
/
telebot
History
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