2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-27 04:18:04 +00:00
pyrogram/docs/source/core/client.rst

13 lines
359 B
ReStructuredText
Raw Normal View History

2018-01-04 03:05:16 +01:00
Pyrogram
========
2018-04-29 19:48:19 +02:00
In this section you can find a detailed description of the Pyrogram package and its API.
2018-01-06 12:18:15 +01:00
2018-04-11 23:18:17 +02:00
:class:`Client <pyrogram.Client>` is the main class. It exposes easy-to-use methods that are named
after the well established Telegram Bot API methods, thus offering a familiar look to Bot developers.
2018-01-06 12:18:15 +01:00
2019-05-10 16:14:10 +02:00
Client
------
.. autoclass:: pyrogram.Client()