mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 05:19:41 +00:00
Rename rpc_n_errors dictionary to rpc_errors_n_all
This commit is contained in:
@@ -321,7 +321,7 @@ class UserIdInvalidError(BadRequestError):
|
||||
)
|
||||
|
||||
|
||||
rpc_400_errors = {
|
||||
rpc_errors_400_all = {
|
||||
'API_ID_INVALID': ApiIdInvalidError,
|
||||
'BOT_METHOD_INVALID': BotMethodInvalidError,
|
||||
'CHANNEL_INVALID': ChannelInvalidError,
|
||||
|
Reference in New Issue
Block a user