UNPKG

@vector-im/matrix-bot-sdk

Version:

TypeScript/JavaScript SDK for Matrix bots and appservices

10 lines (8 loc) 280 B
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; }