pyrogram/docs/source/api/client.rst

8 lines
272 B
ReStructuredText
Raw Normal View History

2019-05-12 17:26:55 +00:00
Pyrogram Client
===============
The :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.
.. autoclass:: pyrogram.Client()