mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 12:51:18 +00:00
Remove obsolete example from docs (#576)
This commit is contained in:
parent
38d60f5e10
commit
79583a29fc
@ -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 New Issue
Block a user