(feat): add descriptor to wasm & ts-sdk
All checks were successful
CI / checks (push) Successful in 7m16s
All checks were successful
CI / checks (push) Successful in 7m16s
This commit is contained in:
parent
8ae8377662
commit
c3fbeb2e78
2 changed files with 8 additions and 0 deletions
1
wasm/types/mtp_wasm.d.ts
vendored
1
wasm/types/mtp_wasm.d.ts
vendored
|
|
@ -48,6 +48,7 @@ export class ConnectionConfig implements DisposableWasmObject {
|
|||
free(): void;
|
||||
[Symbol.dispose](): void;
|
||||
client_id: bigint;
|
||||
description: string | undefined;
|
||||
max_message_size: number;
|
||||
server_certificate_hashes: string[];
|
||||
readonly url: string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue