Update telethon_generator/data/errors.csv

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

View File

@ -219,7 +219,7 @@ 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)
SEARCH_QUERY_EMPTY,400,The search query is empty
SECONDS_INVALID,400,"Slowmode only supports some values (0, 10, 30, 60, 300, 900, 3600)"
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
SEND_MESSAGE_TYPE_INVALID,400,The message type is invalid
SESSION_EXPIRED,401,The authorization has expired

1 name codes description
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)
221 SEARCH_QUERY_EMPTY 400 The search query is empty
222 SECONDS_INVALID 400 Slowmode only supports some values (0, 10, 30, 60, 300, 900, 3600) 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
224 SEND_MESSAGE_TYPE_INVALID 400 The message type is invalid
225 SESSION_EXPIRED 401 The authorization has expired