Raw.ReqDhParams
req_DH_params#d712e4be nonce:int128 server_nonce:int128 p:string q:string public_key_fingerprint:long encrypted_data:string = Server_DH_Params;
export namespace Raw {
export class ReqDhParams {
constructor(params: {
nonce: bigint;
serverNonce: bigint;
p: Buffer;
q: Buffer;
publicKeyFingerprint: bigint;
encryptedData: Buffer;
}) {}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xd712e4be
Property
nonce
: bigintserverNonce
: bigintp
: Bufferq
: BufferpublicKeyFingerprint
: bigintencryptedData
: Buffer