talawa-api / Exports / models/DirectChat / InterfaceDirectChat
models/DirectChat.InterfaceDirectChat
This is an interface representing a document for direct chat in the database(MongoDB).
• _id: ObjectId
• createdAt: Date
• creatorId: any
• messages: any
[]
• organization: any
• status: string
• updatedAt: Date
• users: any
[]