mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-24 07:51:44 +00:00
Reformat example code
This commit is contained in:
parent
bfe82182e1
commit
954d3e80d5
@ -169,7 +169,10 @@ The result is a much cleaner interface that allows you to:
|
|||||||
|
|
||||||
.. code:: python
|
.. code:: python
|
||||||
|
|
||||||
client.send_message(chat_id="me", text="Hi there! I'm using Pyrogram")
|
client.send_message(
|
||||||
|
chat_id="me",
|
||||||
|
text="Hi there! I'm using Pyrogram"
|
||||||
|
)
|
||||||
|
|
||||||
Using Raw Functions
|
Using Raw Functions
|
||||||
-------------------
|
-------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user