2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-29 13:27:47 +00:00

Rename Raw Functions section

This commit is contained in:
Dan 2018-06-27 00:12:09 +02:00
parent 36519cb3ca
commit 27020ca1bb

View File

@ -30,10 +30,8 @@ Examples (more on `GitHub <https://github.com/pyrogram/pyrogram/tree/develop/exa
app.send_photo("me", "/home/dan/perla.jpg", "Cute!")
.. _using-raw-functions:
Using Raw Functions
-------------------
Raw Functions
-------------
If you can't find a high-level method for your needs or if want complete, low-level access to the whole Telegram API,
you have to use the raw :mod:`functions <pyrogram.api.functions>` and :mod:`types <pyrogram.api.types>` exposed by the