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_connections
andallowed_updates
to methodsetWebhook()
- Added parameter
allowed_updates
to methodgetUpdates()
andmessage_loop()
- Added method
deleteWebhook()
10.2 (2016-11-29)
- Recognized
channel_post
andedited_channel_post
in Update object - Removed flavor
edited_chat
. Keep 4 flavors:chat
,callback_query
,inline_query
, andchosen_inline_result
. When dealing withchat
messages, it is up to the user to differentiate between various kinds, e.g. new/edited, private/group/supergroup/channel, etc. setGameScore()
has parameterforce
anddisable_edit_message
answerCallbackQuery()
has parametercache_time
Message
namedtuple has fieldforward_from_message_id
- Renamed
ReplyKeyboardHide
toReplyKeyboardRemove
10.1 (2016-10-25)
- Used the presence of
chat_instance
to 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.
caption
forsendAudio()
, etc. - Handled
EventNotFound
inIdleEventCoordinator.refresh()