mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 12:51:18 +00:00
678 B
678 B
1 | id | message |
---|---|---|
2 | ACTIVE_USER_REQUIRED | The method is only available to already activated users |
3 | AUTH_KEY_INVALID | The key is invalid |
4 | AUTH_KEY_PERM_EMPTY | The method is unavailable for temporary authorization key, not bound to permanent |
5 | AUTH_KEY_UNREGISTERED | The key is not registered in the system. Delete your session file and login again |
6 | SESSION_EXPIRED | The authorization has expired |
7 | SESSION_PASSWORD_NEEDED | The two-step verification is enabled and a password is required |
8 | SESSION_REVOKED | The authorization has been invalidated, because of the user terminating all sessions |
9 | USER_DEACTIVATED | The user has been deleted/deactivated |
10 | USER_DEACTIVATED_BAN | The user has been deleted/deactivated |