diff --git a/src/matrix/net/types/response.ts b/src/matrix/net/types/response.ts index 4f0af7ec..aabcde73 100644 --- a/src/matrix/net/types/response.ts +++ b/src/matrix/net/types/response.ts @@ -18,7 +18,7 @@ export type Attachment = { body: string; info: AttachmentInfo; // todo: what about m.audio? - msgtype: "m.image" | "m.file" | "m.video"; + msgtype: string; url?: string; file?: EncryptedFile; filename?: string;