We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e6a2e commit 9998e47Copy full SHA for 9998e47
types/index.d.ts
@@ -29,6 +29,7 @@ export interface MessageFile {
29
audio?: boolean
30
duration?: number
31
progress?: number
32
+ blob?: Blob
33
}
34
35
export interface LastMessage {
0 commit comments