mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 15:34:52 +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
|
# Forward multiple messages at once
|
||||||
app.forward_messages("me", "pyrogram", [3, 20, 27])
|
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)
|
is_iterable = not isinstance(message_ids, int)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue