799 B
799 B
title | description | image |
---|---|---|
account.tmpPassword | Tmp password | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: account.tmpPassword
Tmp password
Attributes:
Name | Type | Required | Description |
---|---|---|---|
tmp_password | bytes | Yes | Tmp password |
valid_until | int | Yes | Valid until |
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}