Move SecretSessionCipher to TypeScript
This commit is contained in:

committed by
Josh Perez

parent
7e629edd21
commit
c9ffb7c014
1
ts/libsignal.d.ts
vendored
1
ts/libsignal.d.ts
vendored
@@ -223,6 +223,7 @@ export declare class SessionCipherClass {
|
||||
body: string;
|
||||
}>;
|
||||
getRecord: () => Promise<RecordType>;
|
||||
getSessionVersion: () => Promise<number>;
|
||||
getRemoteRegistrationId: () => Promise<number>;
|
||||
hasOpenSession: () => Promise<boolean>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user