Move some errors to their right place
This commit is contained in:
parent
0bba5daea4
commit
e1d617b680
@ -57,6 +57,4 @@ CHANNEL_INVALID The channel parameter is invalid
|
||||
DC_ID_INVALID The dc_id parameter is invalid
|
||||
LIMIT_INVALID The limit parameter is invalid
|
||||
OFFSET_INVALID The offset parameter is invalid
|
||||
EMAIL_INVALID The email provided is invalid
|
||||
RPC_CALL_FAIL The method can't be called because Telegram is having internal problems. Please try again later
|
||||
RPC_MCGET_FAIL The method can't be called because Telegram is having internal problems. Please try again later
|
||||
EMAIL_INVALID The email provided is invalid
|
|
@ -1,2 +1,4 @@
|
||||
id message
|
||||
AUTH_RESTART User authorization has restarted
|
||||
RPC_CALL_FAIL The method can't be called because Telegram is having internal problems. Please try again later
|
||||
RPC_MCGET_FAIL The method can't be called because Telegram is having internal problems. Please try again later
|
|
Loading…
Reference in New Issue
Block a user