mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
844 B
844 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
account.tmpPassword | Temporary payment password | true | 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];