Add SCHEDULE_TOO_MUCH

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

View File

@ -216,6 +216,7 @@ RIGHT_FORBIDDEN,403,Either your admin rights do not allow you to do this or you
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
SCHEDULE_TOO_MUCH,400,Too much scheduled messages
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

1 name codes description
216 RPC_CALL_FAIL Telegram is having internal issues, please try again later.
217 RPC_MCGET_FAIL Telegram is having internal issues, please try again later.
218 RSA_DECRYPT_FAILED 400 Internal RSA decryption failed
219 SCHEDULE_TOO_MUCH 400 Too much scheduled messages
220 SEARCH_QUERY_EMPTY 400 The search query is empty
221 SECONDS_INVALID 400 Seconds invalid
222 SEND_MESSAGE_MEDIA_INVALID 400 The message media was invalid or not specified