Update telethon_generator/data/errors.csv

Co-Authored-By: Lonami <totufals@hotmail.com>
This commit is contained in:
davtur19 2019-09-10 20:58:06 +02:00 committed by GitHub
parent dbc6bf6bc4
commit 37267f5baa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,7 +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
SCHEDULE_DATE_TOO_LATE,400,The date you tried to schedule is too far in the future (several years long)
SCHEDULE_TOO_MUCH,400,Too much scheduled messages (max 100 for each chat)
SCHEDULE_TOO_MUCH,400,You cannot schedule more messages in this chat (last known limit of 100 per chat)
SEARCH_QUERY_EMPTY,400,The search query is empty
SECONDS_INVALID,400,"Slow mode only supports certain values (e.g. 0, 10s, 30s, 1m, 5m, 15m and 1h)"
SEND_MESSAGE_MEDIA_INVALID,400,The message media was invalid or not specified

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 SCHEDULE_DATE_TOO_LATE 400 The date you tried to schedule is too far in the future (several years long)
220 SCHEDULE_TOO_MUCH 400 Too much scheduled messages (max 100 for each chat) You cannot schedule more messages in this chat (last known limit of 100 per chat)
221 SEARCH_QUERY_EMPTY 400 The search query is empty
222 SECONDS_INVALID 400 Slow mode only supports certain values (e.g. 0, 10s, 30s, 1m, 5m, 15m and 1h)
223 SEND_MESSAGE_MEDIA_INVALID 400 The message media was invalid or not specified