Add missing Message methods (#1030)

* 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>
This commit is contained in:
Danipulok 2022-10-22 00:29:29 +03:00 committed by GitHub
parent f4d3dbf3bf
commit 8b0ca520f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 204 additions and 0 deletions

8
CHANGES/1030.feature.rst Normal file
View file

@ -0,0 +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()``