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.
This commit is contained in:
Alex Root Junior 2023-08-28 22:26:36 +03:00
parent 6eb5ef2606
commit e5016a0666
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
4 changed files with 12 additions and 2 deletions

View file

@ -649,6 +649,7 @@ class TestMessage:
[TEST_MESSAGE_CONTACT, SendContact],
[TEST_MESSAGE_VENUE, SendVenue],
[TEST_MESSAGE_LOCATION, SendLocation],
[TEST_MESSAGE_STORY, ForwardMessage],
[TEST_MESSAGE_NEW_CHAT_MEMBERS, None],
[TEST_MESSAGE_LEFT_CHAT_MEMBER, None],
[TEST_MESSAGE_INVOICE, None],