mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
8 lines
223 B
ReStructuredText
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()``
|