mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Remove obsolete example from docs (#576)
This commit is contained in:
parent
38d60f5e10
commit
79583a29fc
1 changed files with 0 additions and 3 deletions
|
|
@ -70,9 +70,6 @@ class ForwardMessages(Scaffold):
|
|||
|
||||
# Forward multiple messages at once
|
||||
app.forward_messages("me", "pyrogram", [3, 20, 27])
|
||||
|
||||
# Forward messages as copy
|
||||
app.forward_messages("me", "pyrogram", 20, as_copy=True)
|
||||
"""
|
||||
|
||||
is_iterable = not isinstance(message_ids, int)
|
||||
|
|
|
|||
Loading…
Reference in a new issue