Add RPC_CALL_FAIL and RPC_MCGET_FAIL

This commit is contained in:
Dan 2018-03-06 01:48:08 +01:00
parent 8c82aff759
commit aab1d848eb

View File

@ -58,3 +58,5 @@ 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
1 id message
58 LIMIT_INVALID The limit parameter is invalid
59 OFFSET_INVALID The offset parameter is invalid
60 EMAIL_INVALID The email provided is invalid
61 RPC_CALL_FAIL The method can't be called because Telegram is having internal problems. Please try again later
62 RPC_MCGET_FAIL The method can't be called because Telegram is having internal problems. Please try again later