InputCheckPasswordSRP
- class pyrogram.raw.types.InputCheckPasswordSRP
Constructor for checking the validity of a 2FA SRP password (see SRP)
Constructor of
InputCheckPasswordSRP.- Details:
Layer:
223ID:
D27FF082
- Parameters:
srp_id (
int64-bit) – SRP IDA (
bytes) – A parameter (see SRP)M1 (
bytes) – M1 parameter (see SRP)
TL Schema
inputCheckPasswordSRP#d27ff082
srp_id:long
A:bytes
M1:bytes
= InputCheckPasswordSRP
Parameter Tree
InputCheckPasswordSRP
├── srp_id →
long├── A →
bytes└── M1 →
bytesExample
InputCheckPasswordSRP(
srp_id=0,
A=b"data",
M1=b"data",
)