MTPyroger/compiler/error/source
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
..
303_SEE_OTHER.tsv Rename .csv -> .tsv 2017-12-15 12:28:13 +01:00
400_BAD_REQUEST.tsv Deep rewrite: preparing for v1.0 2020-08-22 08:05:05 +02:00
401_UNAUTHORIZED.tsv Add USER_DEACTIVATED_BAN error 2019-05-26 16:52:22 +02:00
403_FORBIDDEN.tsv Add MESSAGE_AUTHOR_REQUIRED error 2019-05-23 08:34:33 +02:00
406_NOT_ACCEPTABLE.tsv Add STICKERSET_INVALID error 2019-07-09 20:06:19 +02:00
420_FLOOD.tsv Add set_slow_mode method 2019-10-27 11:02:38 +01:00
500_INTERNAL_SERVER_ERROR.tsv Add MEMBER_OCCUPY_PRIMARY_LOC_FAILED error 2019-08-13 13:19:02 +02:00