mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 09:27:20 +01:00
703 B
703 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
Parameters:
Name | Type | Required | Description |
---|---|---|---|
password | CLICK ME string | Yes | Persistent user password |
valid_for | CLICK ME int | Yes | Time before temporary password will expire, seconds. Should be between 60 and 86400 |