telegram api method · layer 229 · #449e0b51
account.getTmpPassword
Get temporary payment password
definition
account.getTmpPassword#449e0b51 password:InputCheckPasswordSRP period:int = account.TmpPassword;
parameters
| name | type | description |
|---|---|---|
password | InputCheckPasswordSRP | SRP password parameters |
period | int | Time during which the temporary password will be valid, in seconds; should be between 60 and 86400 |
returns
errors (5)
| code | error | description |
|---|---|---|
| 400 | BUSINESS_CONNECTION_NOT_ALLOWED | This method was invoked over a business connection using invokeWithBusinessConnection, but either (1) we're a user, and users cannot invoke methods over a business connection; (2) we're a bot, but business mode was disabled in @botfather or (3); we're a bot, but this method cannot be invoked over a business connection. |
| 400 | PASSWORD_HASH_INVALID | The provided password hash is invalid. |
| 400 | SRP_A_INVALID | The specified inputCheckPasswordSRP.A value is invalid. |
| 400 | TMP_PASSWORD_DISABLED | The temporary password is disabled. |
| 401 | AUTH_KEY_UNREGISTERED | The specified authorization key is not registered in the system (for example, a PFS temporary key has expired). |
history
present in layers 65–229 · constructor id changed 1×
| id | layers |
|---|---|
| #4a82327e | 65–83 |
| #449e0b51 | 84–229 |