Raw.InputCheckPasswordSRP

Raw.InputCheckPasswordSRP

Constructor for checking the validity of a 2fa srp password (see srp)

inputCheckPasswordSRP#d27ff082 srp_id:long A:bytes M1:bytes = InputCheckPasswordSRP;
export namespace Raw {
  export class InputCheckPasswordSRP {
    constructor(params: { srpId: bigint; a: Buffer; m1: Buffer }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xd27ff082

Property

  • srpId : bigint

    Srp id

  • a : Buffer

    A parameter (see srp)

  • m1 : Buffer

    M1 parameter (see srp)