2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-31 22:35:36 +00:00

Fix small typo in copy_message()'s examples (#588)

This commit is contained in:
Krishna-singhal
2021-01-29 17:17:52 +05:30
committed by GitHub
parent 811324b907
commit 1bba5cad54

View File

@@ -99,7 +99,7 @@ class CopyMessage(Scaffold):
.. code-block:: python
# Copy a message
app.copy_messages("me", "pyrogram", 20)
app.copy_message("me", "pyrogram", 20)
"""
message: types.Message = await self.get_messages(from_chat_id, message_id)