899 B
899 B
title | description | image | redirect_from |
---|---|---|---|
account.tmpPassword | Temporary payment password | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/account_tmpPassword.html |
Constructor: account.tmpPassword
Temporary payment password
Attributes:
Name | Type | Required | Description |
---|---|---|---|
tmp_password | bytes | Yes | Temporary password |
valid_until | int | Yes | Validity period |
Type: account.TmpPassword
Example:
$account.tmpPassword = ['_' => 'account.tmpPassword', 'tmp_password' => 'bytes', 'valid_until' => int];
Or, if you're into Lua:
account.tmpPassword={_='account.tmpPassword', tmp_password='bytes', valid_until=int}