receive message

This commit is contained in:
Peter Maquiran
2024-08-08 15:53:00 +01:00
parent 32181caefe
commit 45e829bec3
7 changed files with 120 additions and 30 deletions
@@ -20,7 +20,7 @@ export const MessageOutPutDataDTOSchema = z.object({
wxFullName: z.string(),
wxeMail: z.string(),
userPhoto: z.string().optional()
}).nullable(),
}),
message: z.string().nullable(),
messageType: z.number(),
sentAt: z.string(),