Add slowmode flood error

This commit is contained in:
Andrebcd4 2019-09-23 23:33:36 +03:00 committed by GitHub
parent 4f6e5c5f5a
commit 100778bb99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,6 +102,7 @@ FILEREF_UPGRADE_NEEDED,406,The file reference needs to be refreshed before being
FIRSTNAME_INVALID,400,The first name is invalid 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_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 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_EMPTY,400,The folder you tried to delete was already empty
FOLDER_ID_INVALID,400,The folder you tried to use was not valid 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 FRESH_RESET_AUTHORISATION_FORBIDDEN,406,The current session is too new and cannot be used to reset other authorisations yet

1 name codes description
102 FIRSTNAME_INVALID 400 The first name is invalid
103 FLOOD_TEST_PHONE_WAIT_X 420 A wait of {seconds} seconds is required in the test servers
104 FLOOD_WAIT_X 420 A wait of {seconds} seconds is required
105 SLOWMODE_WAIT_X 420 A wait of {seconds} seconds is required
106 FOLDER_ID_EMPTY 400 The folder you tried to delete was already empty
107 FOLDER_ID_INVALID 400 The folder you tried to use was not valid
108 FRESH_RESET_AUTHORISATION_FORBIDDEN 406 The current session is too new and cannot be used to reset other authorisations yet