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
Dan
66e7573730
Add new RPC errors
2020-07-27 13:42:05 +02:00
Dan
db7fc68efe
Update FILE_PART(S)_INVALID error message
...
Telegram now allows uploads up to 2000 MiB in size (4000 parts)
2020-07-06 16:01:37 +02:00
Dan
8fa1ca5d0b
Add emoji related errors
2020-04-24 15:51:19 +02:00
Dan
6f638cd8bd
Add INPUT_FILTER_INVALID error
2020-04-10 13:22:57 +02:00
Dan
1996fb1481
Update Copyright
2020-03-21 15:43:32 +01:00
Dan
07f1459e57
Add 4 more errors about polls and admin settings
2020-02-01 15:48:06 +01:00
Dan
d3e9816b24
Add a bunch of new errors about polls/quiz
2020-02-01 15:19:22 +01:00
Dan
42c9bafa0c
Update copyright notice
2020-02-01 14:04:33 +01:00
Dan
d71d9686d7
Add set_slow_mode method
2019-10-27 11:02:38 +01:00
Dan
df3524e138
Add REPLY_MARKUP_TOO_LONG error
2019-10-27 10:12:33 +01:00
ColinShark
8b4dd1fa4a
Add USER_ID_INVALID error message ( #313 )
2019-10-04 13:57:40 +02:00
Dan
7df4b58a51
Add two FILE_REFERENCE_* errors
2019-09-21 19:56:12 +02:00
Dan
fdafe582d7
Add custom administrator titles related errors
2019-09-07 17:07:14 +02:00
Dan
7cac3521fe
Add CHANNELS_TOO_MUCH error
2019-09-07 15:55:08 +02:00
Dan
7a2bddc301
Add MEMBER_OCCUPY_PRIMARY_LOC_FAILED error
2019-08-13 13:19:02 +02:00
Dan
5665f980ea
Add AUTH_BYTES_INVALID error
2019-08-10 22:29:24 +02:00
Dan
f33a192162
Merge branch 'develop' into develop
2019-08-07 16:05:01 +02:00
ColinShark
437f26ebb1
Add BUTTON_URL_INVALID error
2019-08-07 16:02:26 +02:00
Dan
090675434e
Add new RPCErrors
2019-07-21 23:09:02 +02:00
Dan
674e1996ca
Add STICKERSET_INVALID error
2019-07-09 20:06:19 +02:00
Dan
fa1b66f914
Make unknown errors with known error codes inherit from base categories
2019-06-27 11:59:44 +02:00
Dan
e7457de947
Add MSGID_DECREASE_RETRY 5xx-class error
2019-06-24 14:25:09 +02:00
Dan
745d29dfac
Add (and update) a bunch of up/download related errors
2019-06-23 03:02:29 +02:00
Dan
91e377aacc
Add ARTICLE_TITLE_EMPTY error
2019-06-23 01:30:38 +02:00
Dan
81e7c1b4eb
Add START_PARAM_INVALID error
2019-06-20 14:15:53 +02:00
Dan
ad2d45bca1
Add BUTTON_DATA_INVALID error
2019-06-20 13:54:46 +02:00
Dan
aaaa119318
Hint about which DC exactly is having problems.
2019-06-12 12:41:55 +02:00
Dan
1ee8487712
Merge branch 'develop' into types-revamp
...
# Conflicts:
# pyrogram/client/methods/users/get_profile_photos.py
2019-06-11 14:45:21 +02:00
Dan
0075534753
Add a bunch of new errors
...
- MEGAGROUP_PREHISTORY_HIDDEN
- CHAT_LINK_EXISTS
- LINK_NOT_MODIFIED
- BROADCAST_ID_INVALID
- MEGAGROUP_ID_INVALID
2019-06-08 19:13:27 +02:00
Dan
3ab624c706
Add FOLDER_ID_INVALID error
2019-06-08 18:54:33 +02:00
Dan
09c5b239be
Add FOLDER_DEAC_AUTOFIX_ALL error. Weird new 500-class error
2019-06-08 15:21:32 +02:00
Dan
341c41e7ef
Add MESSAGE_EDIT_TIME_EXPIRED error
2019-06-01 13:10:06 +02:00
Dan
41f010caad
Add USER_DEACTIVATED_BAN error
2019-05-26 16:52:22 +02:00
Dan
7f78a1a504
Add MESSAGE_AUTHOR_REQUIRED error
2019-05-23 08:34:33 +02:00
Dan
79a8cefe5d
Add USER_BANNED_IN_CHANNEL error
2019-05-21 14:25:13 +02:00
Dan
82c3bb2dba
Add three more internal server errors
2019-05-17 13:13:58 +02:00
Dan
fd69f45e98
Add CHAT_SEND_MEDIA_FORBIDDEN and INVITE_HASH_EXPIRED error
2019-05-16 21:29:09 +02:00
Dan
0c5f5738a5
Add ACCESS_TOKEN_INVALID error
2019-04-13 13:32:16 +02:00
Dan
b5c6db6db0
Refactor project and move errors namespace out from pyrogram.api
2019-03-25 11:23:45 +01:00
Dan
acbbfabb27
Merge branch 'develop' into inline-mode
...
# Conflicts:
# compiler/api/compiler.py
# compiler/error/source/400_BAD_REQUEST.tsv
# pyrogram/__init__.py
# pyrogram/client/dispatcher/dispatcher.py
# pyrogram/client/ext/utils.py
# pyrogram/client/methods/bots/__init__.py
# pyrogram/client/types/__init__.py
2019-03-21 17:40:49 +01:00
Dan
def3bdaa63
Reformat code
2019-03-16 17:51:37 +01:00
Dan
6d03964418
Add CHAT_NOT_MODIFIED error
2019-03-13 14:04:35 +01:00
Dan
6d00e9cfd8
Add EXTERNAL_URL_INVALID error
2019-03-11 21:26:15 +01:00
Dan
2a9c34481f
Add PHOTO_EXT_INVALID error
2019-03-03 17:55:53 +01:00
bakatrouble
fda25f6534
Add client.set_username() method ( #208 )
...
* Add client.set_username() method
* Rename set_username() to update_user_username(); allow None as username
* Add client.update_chat_username() method
* Update update_chat_username.py
* Update update_user_username.py
Rename update_user_username to update_username
Add more details in docstrings
Fix style
* Rename update_user_username.py to update_username.py
* Update __init__.py
* Update 400_BAD_REQUEST.tsv
2019-03-01 18:06:17 +01:00
bakatrouble
f910dbed1b
Define call errors
2019-02-06 21:34:31 +03:00
Dan
568300121e
Merge remote-tracking branch 'origin/develop' into develop
2019-01-30 17:17:10 +01:00
Dan
9079fbc932
Slightly reword TAKEOUT_INIT_DELAY_X error message
2019-01-30 15:52:29 +01:00
bakatrouble
0f0e19eb1a
Add TAKEOUT_INIT_DELAY_X to error sources
2019-01-28 01:45:36 +03:00