Merge branch 'readme'

This commit is contained in:
Dan 2017-12-12 15:49:12 +01:00
commit e4793b1f7e

View File

@ -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
------------------- -------------------