Skip to content

Commit 1bba5ca

Browse files
Fix small typo in copy_message()'s examples (pyrogram#588)
1 parent 811324b commit 1bba5ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyrogram/methods/messages/copy_message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ async def copy_message(
9999
.. code-block:: python
100100
101101
# Copy a message
102-
app.copy_messages("me", "pyrogram", 20)
102+
app.copy_message("me", "pyrogram", 20)
103103
104104
"""
105105
message: types.Message = await self.get_messages(from_chat_id, message_id)

0 commit comments

Comments
 (0)