Layer 220
InputCheckPasswordSrp
Constructor for checking the validity of a 2 FA SRP password (see SRP )
constructor
inputCheckPasswordSRP#d27ff082 srp_id:long A:bytes M1:bytes = InputCheckPasswordSRP;
Parameters
| Name | Type | Description |
|---|---|---|
| SrpId | long | SRP ID |
| A | bytes | A parameter (see SRP ) |
| M1 | bytes | M 1 parameter (see SRP ) |
Returns
InputCheckPasswordSRPGogram Example
// Creating InputCheckPasswordSrp constructor obj := &tg.InputCheckPasswordSrp{ SrpId: int64(0), A: []byte{}, M1: []byte{}, }