Raw.ServerDhParamsOk

Raw.ServerDhParamsOk

server_DH_params_ok#d0e8075c nonce:int128 server_nonce:int128 encrypted_answer:string = Server_DH_Params;
export namespace Raw {
  export class ServerDhParamsOk {
    constructor(params: { nonce: bigint; serverNonce: bigint; encryptedAnswer: Buffer }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0xd0e8075c

Property