mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 19:26:55 +01:00
681 B
681 B
title | description |
---|---|
createTemporaryPassword | Creates new temporary password for payments processing |
Method: createTemporaryPassword
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Creates new temporary password for payments processing
Params:
Name | Type | Required | Description |
---|---|---|---|
password | string | Yes | Persistent user password |
valid_for | int | Yes | Time before temporary password will expire, seconds. Should be between 60 and 86400 |