GetTmpPassword¶
-
class
pyrogram.raw.functions.account.
GetTmpPassword
¶ Get temporary payment password.
- Details
Layer:
126
ID:
0x449e0b51
- Parameters
password (
InputCheckPasswordSRP
) – SRP password parameters.period (
int
32-bit
) – Time during which the temporary password will be valid, in seconds; should be between 60 and 86400.
- Returns
account.TmpPassword
– Temporary password.