2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-31 14:25:55 +00:00

Rename .csv -> .tsv

This commit is contained in:
Dan
2017-12-15 12:28:13 +01:00
parent 562103c66d
commit fadecb1061
5 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
id message
AUTH_KEY_UNREGISTERED The key is not registered in the system
AUTH_KEY_INVALID The key is invalid
USER_DEACTIVATED The user has been deleted/deactivated
SESSION_REVOKED The authorization has been invalidated, because of the user terminating all sessions
SESSION_EXPIRED The authorization has expired
ACTIVE_USER_REQUIRED The method is only available to already activated users
AUTH_KEY_PERM_EMPTY The method is unavailable for temporary authorization key, not bound to permanent
SESSION_PASSWORD_NEEDED Two-step verification password required
1 id message
2 AUTH_KEY_UNREGISTERED The key is not registered in the system
3 AUTH_KEY_INVALID The key is invalid
4 USER_DEACTIVATED The user has been deleted/deactivated
5 SESSION_REVOKED The authorization has been invalidated, because of the user terminating all sessions
6 SESSION_EXPIRED The authorization has expired
7 ACTIVE_USER_REQUIRED The method is only available to already activated users
8 AUTH_KEY_PERM_EMPTY The method is unavailable for temporary authorization key, not bound to permanent
9 SESSION_PASSWORD_NEEDED Two-step verification password required