Fix small typo in copy_message()'s examples (#588)
This commit is contained in:
parent
811324b907
commit
1bba5cad54
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user