mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update changes
This commit is contained in:
parent
f01fb1d58e
commit
c917688629
3 changed files with 10 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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()`
|
||||
|
|
|
|||
|
|
@ -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(...)`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue