MTPyroger/docs/source/pyrogram/index.rst

47 lines
1.1 KiB
ReStructuredText
Raw Normal View History

2018-01-04 02:05:16 +00:00
Pyrogram
========
2018-01-06 11:18:15 +00:00
In this section you can find a detailed description of the Pyrogram API.
2018-03-25 19:30:39 +00:00
:class:`Client <pyrogram.Client>` is the main class you have to deal with.
2018-01-06 11:18:15 +00:00
You will notice that methods are named after the well established `Telegram Bot API`_ and that most of them accept
the same parameters as well, thus offering a familiar look to Bot developers.
2018-01-04 02:05:16 +00:00
.. toctree::
Client
2018-04-11 01:16:48 +00:00
MessageHandler
RawUpdateHandler
Filters
2018-01-04 02:05:16 +00:00
ChatAction
2018-01-23 15:14:43 +00:00
ParseMode
2018-02-15 17:48:23 +00:00
Emoji
2018-01-04 02:05:16 +00:00
Error
2018-01-06 11:18:15 +00:00
2018-04-11 01:16:48 +00:00
Types
-----
.. toctree::
../types/pyrogram/User
../types/pyrogram/Chat
../types/pyrogram/Message
../types/pyrogram/MessageEntity
../types/pyrogram/PhotoSize
../types/pyrogram/Audio
../types/pyrogram/Document
../types/pyrogram/Video
../types/pyrogram/Voice
../types/pyrogram/VideoNote
../types/pyrogram/Contact
../types/pyrogram/Location
../types/pyrogram/Venue
../types/pyrogram/UserProfilePhotos
../types/pyrogram/ChatPhoto
../types/pyrogram/ChatMember
InputMediaPhoto
InputMediaVideo
InputPhoneContact
2018-04-11 01:16:48 +00:00
../types/pyrogram/Sticker
2018-01-06 11:18:15 +00:00
.. _Telegram Bot API: https://core.telegram.org/bots/api#available-methods