Document raw methods with friendly variants

This commit is contained in:
Lonami Exo
2019-05-26 21:11:24 +02:00
parent 4ebf825c43
commit e5485f3d54
8 changed files with 81 additions and 7 deletions

View File

@@ -58,6 +58,7 @@ auth.dropTempAuthKeys,both,
auth.exportAuthorization,both,DC_ID_INVALID
auth.importAuthorization,both,AUTH_BYTES_INVALID USER_ID_INVALID
auth.importBotAuthorization,both,ACCESS_TOKEN_EXPIRED ACCESS_TOKEN_INVALID API_ID_INVALID
auth.logOut,both,
auth.recoverPassword,user,CODE_EMPTY
auth.requestPasswordRecovery,user,PASSWORD_EMPTY
auth.resendCode,user,PHONE_NUMBER_INVALID
1 method usability errors
58 auth.exportAuthorization both DC_ID_INVALID
59 auth.importAuthorization both AUTH_BYTES_INVALID USER_ID_INVALID
60 auth.importBotAuthorization both ACCESS_TOKEN_EXPIRED ACCESS_TOKEN_INVALID API_ID_INVALID
61 auth.logOut both
62 auth.recoverPassword user CODE_EMPTY
63 auth.requestPasswordRecovery user PASSWORD_EMPTY
64 auth.resendCode user PHONE_NUMBER_INVALID