mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-03-06 20:25:52 +03:00
parent
634bc3a8bd
commit
856538635d
|
@ -109,6 +109,7 @@ FLOOD_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_CHANGE_ADMINS_FORBIDDEN,400,Recently logged-in users cannot add or change admins
|
FRESH_CHANGE_ADMINS_FORBIDDEN,400,Recently logged-in users cannot add or change admins
|
||||||
|
FRESH_CHANGE_PHONE_FORBIDDEN,406,Recently logged-in users cannot use this request
|
||||||
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
|
||||||
GAME_BOT_INVALID,400,You cannot send that game with the current bot
|
GAME_BOT_INVALID,400,You cannot send that game with the current bot
|
||||||
GIF_ID_INVALID,400,The provided GIF ID is invalid
|
GIF_ID_INVALID,400,The provided GIF ID is invalid
|
||||||
|
|
|
|
@ -43,7 +43,7 @@ account.saveAutoDownloadSettings,user,
|
||||||
account.saveSecureValue,user,PASSWORD_REQUIRED
|
account.saveSecureValue,user,PASSWORD_REQUIRED
|
||||||
account.saveTheme,user,
|
account.saveTheme,user,
|
||||||
account.saveWallPaper,user,WALLPAPER_INVALID
|
account.saveWallPaper,user,WALLPAPER_INVALID
|
||||||
account.sendChangePhoneCode,user,PHONE_NUMBER_INVALID
|
account.sendChangePhoneCode,user,FRESH_CHANGE_PHONE_FORBIDDEN PHONE_NUMBER_INVALID
|
||||||
account.sendConfirmPhoneCode,user,HASH_INVALID
|
account.sendConfirmPhoneCode,user,HASH_INVALID
|
||||||
account.sendVerifyEmailCode,user,EMAIL_INVALID
|
account.sendVerifyEmailCode,user,EMAIL_INVALID
|
||||||
account.sendVerifyPhoneCode,user,
|
account.sendVerifyPhoneCode,user,
|
||||||
|
|
|
Loading…
Reference in New Issue
Block a user