UNPKG

sendingnetwork-bot-sdk

Version:
9 lines (8 loc) 279 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; }