mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
* Add `Message.forward` method * Add docs * Add other methods * Fix * Add changes * Fix lints * Update CHANGES/1030.feature.rst Co-authored-by: Alex Root Junior <jroot.junior@gmail.com> Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
8 lines
225 B
ReStructuredText
8 lines
225 B
ReStructuredText
Added following methods to ``Message`` class:
|
|
|
|
- ``Message.forward(...)``
|
|
- ``Message.edit_media(...)``
|
|
- ``Message.edit_live_location(...)``
|
|
- ``Message.stop_live_location(...)``
|
|
- ``Message.pin(...)``
|
|
- ``Message.unpin()``
|