Hhertz/node_modules/matrix-bot-sdk/lib/e2ee/ICryptoRoomInformation.d.ts
2025-07-31 23:47:20 +03:00

9 lines
279 B
TypeScript

import { EncryptionEventContent } from "../models/events/EncryptionEvent";
/**
* Information about a room for the purposes of crypto.
* @category Encryption
*/
export interface ICryptoRoomInformation extends Partial<EncryptionEventContent> {
historyVisibility?: string;
}