MTPyroger/docs
Dan 538f1e3972 Deep rewrite: preparing for v1.0
- Pyrogram core is now fully asynchronous
- Ditched Python 3.5, welcome 3.6 as minimum version.
- Moved all types to pyrogram.types
- Turned the Filters class into a module (filters)
- Moved all filters to pyrogram.filters
- Moved all handlers to pyrogram.handlers
- Moved all emoji to pyrogram.emoji
- Renamed pyrogram.api to pyrogram.raw
- Clock is now synced with server's time
- Telegram schema updated to Layer 117
- Greatly improved the TL compiler (proper type-constructor hierarchy)
- Added "do not edit" warning in generated files
- Crypto parts are executed in a thread pool to avoid blocking the event loop
- idle() is now a separate function (it doesn't deal with Client instances)
- Async storage, async filters and async progress callback (optional, can be sync too)
- Added getpass back, for hidden password inputs
2020-08-22 08:05:05 +02:00
..
scripts Deep rewrite: preparing for v1.0 2020-08-22 08:05:05 +02:00
source Deep rewrite: preparing for v1.0 2020-08-22 08:05:05 +02:00
make.bat Add documentation source files 2017-12-30 19:47:18 +01:00
Makefile Deep rewrite: preparing for v1.0 2020-08-22 08:05:05 +02:00
README.md Some fixes and speed improvments (#439) 2020-07-12 06:43:30 +02:00
requirements.txt Deep rewrite: preparing for v1.0 2020-08-22 08:05:05 +02:00
robots.txt Update robots.txt 2019-07-01 14:29:02 +02:00

Pyrogram Docs

  • Install requirements.
  • Install pandoc and latexmk.
  • HTML: make html
  • PDF: make latexpdf

TODO: Explain better