Dan
f3b96e889f
Add extra errors
2020-11-13 17:49:27 +01:00
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
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
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
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
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
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
341c41e7ef
Add MESSAGE_EDIT_TIME_EXPIRED error
2019-06-01 13:10:06 +02:00
Dan
79a8cefe5d
Add USER_BANNED_IN_CHANNEL error
2019-05-21 14:25:13 +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
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
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
adfba5ffdf
Add IMAGE_PROCESS_FAILED error
2019-01-27 11:41:46 +01:00
Dan
4cf1208c96
Update media caption maximum length
2019-01-13 06:52:25 +01:00
Dan
4db826615b
Add USER_BOT_REQUIRED error
2019-01-07 22:58:14 +01:00
Dan
ebb2ad5aab
Add BOT_SCORE_NOT_MODIFIED error
2019-01-07 11:47:59 +01:00
Dan
0716380737
Add MEDIA_INVALID error
2019-01-05 12:26:05 +01:00
Dan
999b9ce667
Add MESSAGE_POLL_CLOSED error
2019-01-05 12:06:54 +01:00
Dan
7c008ca4e3
Add a bunch of takeout related errors
2019-01-03 11:42:15 +01:00
Dan
74477f2cac
Add PHONE_NUMBER_FLOOD error
2018-12-26 09:18:48 +01:00
Dan
e3371c90f2
Add PASSWORD_RECOVERY_NA and PASSWORD_EMPTY errors
2018-12-25 15:38:56 +01:00
Dan
b18890fddd
Add INPUT_USER_DEACTIVATED error
2018-12-25 14:51:03 +01:00
Dan
afb3f55d33
Add USER_ADMIN_INVALID error
2018-12-15 11:10:03 +01:00
Dan
067b988537
Update 400 Bad Request errors
2018-12-15 08:33:27 +01:00
Dan
b9a82f5dc5
Reword RESULTS_TOO_MUCH
2018-11-09 13:22:48 +01:00
Dan
c71d6781a2
Add RESULT_ID_DUPLICATE error
2018-11-09 13:22:27 +01:00
Dan
72bad9622a
Add RESULTS_TOO_MUCH error
2018-11-09 13:21:10 +01:00
Dan
b1e35ef9be
Add MESSAGE_IDS_EMPTY rpc error
2018-11-04 17:24:43 +01:00