mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-04 22:34:52 +00:00
Merge branch 'readme'
This commit is contained in:
commit
e4793b1f7e
1 changed files with 4 additions and 1 deletions
|
|
@ -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 a new issue