mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-06 15:14:52 +00:00
Fix small typo in copy_message()'s examples (#588)
This commit is contained in:
parent
811324b907
commit
1bba5cad54
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue