aiogram/CHANGES/1030.feature.rst
2022-10-18 09:58:57 +03:00

8 lines
223 B
ReStructuredText

Add following methods to ``Message`` class:
- ``Message.forward(...)``
- ``Message.edit_media(...)``
- ``Message.edit_live_location(...)``
- ``Message.stop_live_location(...)``
- ``Message.pin(...)``
- ``Message.unpin()``