- Updated API changes of [`Bot API 2.3` (November 21, 2016)](https://core.telegram.org/bots/api-changelog#november-21-2016)
Changes I observed:
> Bot
>> **`answer_callback_query`**: added `cache_time`
>> **`edit_message_text`**: works for game messages too.
>> **`set_game_score`**: added `force`
>> **`set_game_score`**: added `disable_edit_message`
>> **`set_game_score`**: removed `edit_message`
>> **`set_game_score`**: `score` can be `0`. Now must be non-negative, before it must be postive.
>
> Classes:
>> **`updates.Update`**: added `channel_post`
>> **`updates.Update`**: added `edited_channel_post`
>> **`updates.Message`**: added `forward_from_message_id`
>
> Documentation:
>> **`Message`** ids are not called _unique_ no more.
>> **`CallbackQuery`** ids are not called _global_ no more.
>> **Inline Keyboard** Warnings removed.
>
> Might be a incomplete list, also have a look at the api changelog.