Hubert Chathi 2023-04-26 10:02:02 -04:00
commit bbdc12c569
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ declare class InboundGroupSession {
create(session_key: string): string;
import_session(session_key: string): string;
decrypt(message: string): {
message_index: string;
message_index: number;
plaintext: string;
};
session_id(): string;