Bot API 6.3 (#1063)

* Added API changes

* Added changelog

* Oops. Move changelog

* Update tests

* Remove experimental

* Added message content type

* Update message aliases

* Update changes

* Update texts

* Bump version

* Remove versionadded badge
This commit is contained in:
Alex Root Junior 2022-11-06 14:28:21 +02:00 committed by GitHub
parent 3ae5d904c9
commit b287551590
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
275 changed files with 5821 additions and 1133 deletions

View file

@ -1 +1 @@
Fix typehints for `Message` `reply_media_group` & `answer_media_group` methods
Fix typehints for :code:`Message`, :code:`reply_media_group` and :code:`answer_media_group` methods

View file

@ -1,8 +1,8 @@
Added following methods to ``Message`` class:
- ``Message.forward(...)``
- ``Message.edit_media(...)``
- ``Message.edit_live_location(...)``
- ``Message.stop_live_location(...)``
- ``Message.pin(...)``
- ``Message.unpin()``
- :code:`Message.forward(...)`
- :code:`Message.edit_media(...)`
- :code:`Message.edit_live_location(...)`
- :code:`Message.stop_live_location(...)`
- :code:`Message.pin(...)`
- :code:`Message.unpin()`

View file

@ -1,4 +1,4 @@
Added following methods to ``User`` class:
Added following methods to :code:`User` class:
- ``User.mention_markdown(...)``
- ``User.mention_html(...)``
- :code:`User.mention_markdown(...)`
- :code:`User.mention_html(...)`

1
CHANGES/1057.feature.rst Normal file
View file

@ -0,0 +1 @@
Added full support of `Bot API 6.3 <https://core.telegram.org/bots/api-changelog#november-5-2022>`_