-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Description
Bot API 2.3 was announced on 2016-11-21, need to support new changes.
- New fields
channel_postandedited_channel_postforUpdate.- It is not possible to unitest it with the current framework. Tested by hand.
- New
forceparameter insetGameScore.- Unitests.
- Changed behaviour: messages with high scores will be update with new high scores by default. (documentation fix)
- Use (new)
disable_edit_messageinsetGameScoreto disable the above new behaviour.- Unitests.
- The
edit_messageparameter fromsetGameScoreis no longer in use. For backward compatibility, it will be taken into account for a while, unlessdisable_edit_messageis passed explicitly.- Need deprecation warning and maybe some sanity checks on input.
- Unitests.
- New field
forward_from_message_idforMessage.- Unitests.
- New parameter
cache_timeforanswerCallbackQuery.- It is not possible to unitest it with the current framework. Tested by hand.
- Renamed
hide_keyboardtoremove_keyboardinReplyKeyboardRemovefor clarity.hide_keyboardwill still work for a while for backward compatibility.- Need deprecation warning on the old ReplyKeyboardHide.
- Unitests.
- Need to "remember" for future releases to remove the deprecated code. (
ReplyKeyboardHide,edit_messageinsetGameScore)
Metadata
Metadata
Assignees
Labels
No labels