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