mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-09 08:14:50 +00:00
Fix wrong emphasize lines
This commit is contained in:
parent
b9adc5c294
commit
f9a129ab5f
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class ForwardMessages(Scaffold):
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
:emphasize-lines: 2,5,8
|
:emphasize-lines: 2,5
|
||||||
|
|
||||||
# Forward a single message
|
# Forward a single message
|
||||||
app.forward_messages("me", "pyrogram", 20)
|
app.forward_messages("me", "pyrogram", 20)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue