mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-30 17:59:55 +03:00
Added TMP_PASSWORD_INVALID error
This commit is contained in:
parent
11a8c81689
commit
e4d47ac70d
|
@ -327,6 +327,7 @@ TIMEOUT,500,A timeout occurred while fetching data from the worker
|
|||
THEME_INVALID,400,Theme invalid
|
||||
THEME_MIME_INVALID,400,"You cannot create this theme, the mime-type is invalid"
|
||||
TMP_PASSWORD_DISABLED,400,The temporary password is disabled
|
||||
TMP_PASSWORD_INVALID,400,Password auth needs to be regenerated
|
||||
TOKEN_INVALID,400,The provided token is invalid
|
||||
TTL_DAYS_INVALID,400,The provided TTL is invalid
|
||||
TYPES_EMPTY,400,The types field is empty
|
||||
|
|
|
Loading…
Reference in New Issue
Block a user