Merge pull request #2 from davtur19/patch-2

Add SECONDS_INVALID
This commit is contained in:
davtur19 2019-09-06 17:14:17 +02:00 committed by GitHub
commit 36ddbfc139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,6 +217,7 @@ RPC_CALL_FAIL,,"Telegram is having internal issues, please try again later."
RPC_MCGET_FAIL,,"Telegram is having internal issues, please try again later."
RSA_DECRYPT_FAILED,400,Internal RSA decryption failed
SEARCH_QUERY_EMPTY,400,The search query is empty
SECONDS_INVALID,400,Seconds invalid
SEND_MESSAGE_MEDIA_INVALID,400,The message media was invalid or not specified
SEND_MESSAGE_TYPE_INVALID,400,The message type is invalid
SESSION_EXPIRED,401,The authorization has expired

1 name codes description
217 RPC_MCGET_FAIL Telegram is having internal issues, please try again later.
218 RSA_DECRYPT_FAILED 400 Internal RSA decryption failed
219 SEARCH_QUERY_EMPTY 400 The search query is empty
220 SECONDS_INVALID 400 Seconds invalid
221 SEND_MESSAGE_MEDIA_INVALID 400 The message media was invalid or not specified
222 SEND_MESSAGE_TYPE_INVALID 400 The message type is invalid
223 SESSION_EXPIRED 401 The authorization has expired