mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-26 03:13:45 +03:00
titlecase.com
Learn to title, Konami
This commit is contained in:
parent
244a47cddd
commit
abcb28631f
|
@ -15,7 +15,7 @@ Installing
|
||||||
pip install telethon
|
pip install telethon
|
||||||
|
|
||||||
|
|
||||||
Creating a client
|
Creating a Client
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
.. code:: python
|
.. code:: python
|
||||||
|
@ -36,7 +36,7 @@ Creating a client
|
||||||
me = client.sign_in(code=77777) # Put whatever code you received here.
|
me = client.sign_in(code=77777) # Put whatever code you received here.
|
||||||
|
|
||||||
|
|
||||||
Doing stuff
|
Doing Stuff
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
.. code:: python
|
.. code:: python
|
||||||
|
@ -51,7 +51,7 @@ Doing stuff
|
||||||
client.download_media(messages[0])
|
client.download_media(messages[0])
|
||||||
|
|
||||||
|
|
||||||
Next steps
|
Next Steps
|
||||||
----------
|
----------
|
||||||
|
|
||||||
Do you like how Telethon looks? Check the
|
Do you like how Telethon looks? Check the
|
||||||
|
|
Loading…
Reference in New Issue
Block a user