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 00abd66 commit 1080e20Copy full SHA for 1080e20
1 file changed
src/cosmos-db/documents/chat/chat-message.doc.ts
@@ -46,6 +46,9 @@ export class MessageDto {
46
47
@ApiProperty({ example: 1720468991 })
48
timestamp!: number;
49
+
50
+ sender?: string;
51
+ isDeletedFor?: string[]; // array of user addresses
52
}
53
54
export interface ChatMessageContent {
0 commit comments