- Recognized `channel_post` and `edited_channel_post` in Update object
- Removed flavor `edited_chat`. Keep 4 flavors: `chat`, `callback_query`,
`inline_query`, and `chosen_inline_result`. When dealing with `chat` messages,
it is up to the user to differentiate between various kinds, e.g. new/edited, private/group/supergroup/channel, etc.
- `setGameScore()` has parameter `force` and `disable_edit_message`
- `answerCallbackQuery()` has parameter `cache_time`
- `Message` namedtuple has field `forward_from_message_id`
- Renamed `ReplyKeyboardHide` to `ReplyKeyboardRemove`