10.4 (2016-12-25)
- Async Bot's scheduler method
event_at()was modified to use unix timestamp
10.3 (2016-12-16)
- Added parameter
max_connectionsandallowed_updatesto methodsetWebhook() - Added parameter
allowed_updatesto methodgetUpdates()andmessage_loop() - Added method
deleteWebhook()
10.2 (2016-11-29)
- Recognized
channel_postandedited_channel_postin Update object - Removed flavor
edited_chat. Keep 4 flavors:chat,callback_query,inline_query, andchosen_inline_result. When dealing withchatmessages, it is up to the user to differentiate between various kinds, e.g. new/edited, private/group/supergroup/channel, etc. setGameScore()has parameterforceanddisable_edit_messageanswerCallbackQuery()has parametercache_timeMessagenamedtuple has fieldforward_from_message_id- Renamed
ReplyKeyboardHidetoReplyKeyboardRemove
10.1 (2016-10-25)
- Used the presence of
chat_instanceto recognize the flavorcallback_query
10.0 (2016-10-19)
- Implemented Gaming Platform stuff
- Added game-related methods, e.g.
sendGame,setGameScore, etc. - Added game-related namedtuple, e.g.
InlineQueryResultGame, etc. telepot.glance()may return content typegame- Added method
getWebhookInfo - Added new parameters to some methods, e.g.
captionforsendAudio(), etc. - Handled
EventNotFoundinIdleEventCoordinator.refresh()