inputCheckPasswordSRP
Constructor for checking the validity of a 2FA SRP password (see SRP)
type tg.InputCheckPasswordSRP struct { /* ... */ }
Implements InputCheckPasswordSRP.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
SRPID | int64 | yes | SRP ID |
A | []byte | yes | A parameter (see SRP) |
M1 | []byte | yes | M1 parameter (see SRP) |
References
- Official documentation
- Generated Go reference
- TL definition:
inputCheckPasswordSRP#d27ff082