interface IOlmEncryptedContent {
    algorithm: Olm;
    ciphertext: Record<string, IMessage>;
    org.matrix.msgid?: string;
    sender_key: string;
}

Properties

algorithm: Olm
ciphertext: Record<string, IMessage>
org.matrix.msgid?: string
sender_key: string