Raw.ResPQ

Raw.ResPQ

resPQ#05162463 nonce:int128 server_nonce:int128 pq:string server_public_key_fingerprints:Vector<long> = ResPQ;
export namespace Raw {
  export class ResPQ {
    constructor(params: {
      nonce: bigint;
      serverNonce: bigint;
      pq: Buffer;
      serverPublicKeyFingerprints: Array<bigint>;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x05162463

Property