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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ class CopyMessage(Scaffold):
.. code-block:: python .. code-block:: python
# Copy a message # 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) message: types.Message = await self.get_messages(from_chat_id, message_id)