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 7bddd83 commit ee3dd7dCopy full SHA for ee3dd7d
types/index.d.ts
@@ -21,7 +21,9 @@ export type RoomUsers = RoomUser[]
21
export interface MessageFile {
22
name: string
23
type: string
24
+ extension: string
25
url: string
26
+ localUrl: string
27
preview: string
28
size?: number
29
audio?: boolean
@@ -59,7 +61,7 @@ export interface MessageReactions {
59
61
}
60
62
63
export interface Message {
- _id: StringNumber
64
+ _id: string
65
indexId?: StringNumber
66
content: string
67
senderId: string
0 commit comments