account.tmpPassword
Temporary payment password
type tg.AccountTmpPassword struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
TmpPassword | []byte | yes | Temporary password |
ValidUntil | int | yes | Validity period |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
account.tmpPassword#db64fd34