Raw.PQInnerDataTempDc

Raw.PQInnerDataTempDc

p_q_inner_data_temp_dc#56fddf88 pq:string p:string q:string nonce:int128 server_nonce:int128 new_nonce:int256 dc:int expires_in:int = P_Q_inner_data;
export namespace Raw {
  export class PQInnerDataTempDc {
    constructor(params: {
      pq: Buffer;
      p: Buffer;
      q: Buffer;
      nonce: bigint;
      serverNonce: bigint;
      newNonce: bigint;
      dc: number;
      expiresIn: number;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x56fddf88

Property