Update telethon_generator/data/errors.csv

Co-Authored-By: Lonami <totufals@hotmail.com>
This commit is contained in:
painor 2019-07-10 21:43:43 +01:00 committed by GitHub
parent ab3e0e2769
commit 00593fd4cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -207,7 +207,7 @@ REPLY_MARKUP_TOO_LONG,400,The data embedded in the reply markup buttons was too
RESULT_ID_DUPLICATE,400,Duplicated IDs on the sent results. Make sure to use unique IDs.
RESULT_TYPE_INVALID,400,Result type invalid
RESULTS_TOO_MUCH,400,You sent too many results. See https://core.telegram.org/bots/api#answerinlinequery for the current limit.
RIGHT_FORBIDDEN,403,Either your admin rights do not allow you to do this or you passed the wrong rights combination (Some rights only apply to channels and vice versa)
RIGHT_FORBIDDEN,403,Either your admin rights do not allow you to do this or you passed the wrong rights combination (some rights only apply to channels and vice versa)
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

1 name codes description
207 RESULT_ID_DUPLICATE 400 Duplicated IDs on the sent results. Make sure to use unique IDs.
208 RESULT_TYPE_INVALID 400 Result type invalid
209 RESULTS_TOO_MUCH 400 You sent too many results. See https://core.telegram.org/bots/api#answerinlinequery for the current limit.
210 RIGHT_FORBIDDEN 403 Either your admin rights do not allow you to do this or you passed the wrong rights combination (Some rights only apply to channels and vice versa) Either your admin rights do not allow you to do this or you passed the wrong rights combination (some rights only apply to channels and vice versa)
211 RPC_CALL_FAIL Telegram is having internal issues, please try again later.
212 RPC_MCGET_FAIL Telegram is having internal issues, please try again later.
213 RSA_DECRYPT_FAILED 400 Internal RSA decryption failed