diff --git a/telethon_generator/data/errors.csv b/telethon_generator/data/errors.csv index 3678feb9..b5c7908d 100644 --- a/telethon_generator/data/errors.csv +++ b/telethon_generator/data/errors.csv @@ -102,7 +102,6 @@ FILEREF_UPGRADE_NEEDED,406,The file reference needs to be refreshed before being FIRSTNAME_INVALID,400,The first name is invalid FLOOD_TEST_PHONE_WAIT_X,420,A wait of {seconds} seconds is required in the test servers FLOOD_WAIT_X,420,A wait of {seconds} seconds is required -SLOWMODE_WAIT_X,420,A wait of {seconds} seconds is required FOLDER_ID_EMPTY,400,The folder you tried to delete was already empty FOLDER_ID_INVALID,400,The folder you tried to use was not valid FRESH_RESET_AUTHORISATION_FORBIDDEN,406,The current session is too new and cannot be used to reset other authorisations yet @@ -229,6 +228,7 @@ SESSION_PASSWORD_NEEDED,401,Two-steps verification is enabled and a password is SESSION_REVOKED,401,"The authorization has been invalidated, because of the user terminating all sessions" SHA256_HASH_INVALID,400,The provided SHA256 hash is invalid SHORTNAME_OCCUPY_FAILED,400,An error occurred when trying to register the short-name used for the sticker pack. Try a different name +SLOWMODE_WAIT_X,420,A wait of {seconds} seconds is required START_PARAM_EMPTY,400,The start parameter is empty START_PARAM_INVALID,400,Start parameter invalid STICKERSET_INVALID,400,The provided sticker set is invalid