2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-02 23:35:17 +00:00

Reformat example code

This commit is contained in:
Dan
2017-12-12 15:32:27 +01:00
committed by GitHub
parent bfe82182e1
commit 954d3e80d5

View File

@@ -169,7 +169,10 @@ The result is a much cleaner interface that allows you to:
.. 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
-------------------