interface BaseContent {
    file?: EncryptedFile;
    url?: string;
}

Hierarchy (view full)

Properties

Properties

Required if the file is encrypted. Information on the encrypted file, as specified in End-to-end encryption.

url?: string

Required if the file is unencrypted. The URL (typically mxc:// URI) to the file.

Generated using TypeDoc