mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
Fix Message.send_copy method for stories (#1287)
* Fix `Message.send_copy` method for stories Fixed an issue with the `Message.send_copy` method, which was not functioning properly with story-type messages. The `ForwardMessage` logic has been added to the method to enable copying of stories, in addition to other types. Tests and documentation have also been updated to reflect these changes. * Typo fix
This commit is contained in:
parent
6eb5ef2606
commit
e1be9dd668
4 changed files with 12 additions and 2 deletions
1
CHANGES/1286.bugfix.rst
Normal file
1
CHANGES/1286.bugfix.rst
Normal file
|
|
@ -0,0 +1 @@
|
|||
Fixed :code:`Message.send_copy` method, which was not working properly with stories, so not you can copy stories too (forwards messages).
|
||||
Loading…
Add table
Add a link
Reference in a new issue