talawa-api / Exports / models/Message / InterfaceMessage
Interface: InterfaceMessage
models/Message.InterfaceMessage
This is an interface that represents a database(MongoDB) document for Message.
Table of contents
Properties
Properties
_id
• _id: ObjectId
Defined in
createdAt
• createdAt: Date
Defined in
creatorId
• creatorId: any
Defined in
group
• group: any
Defined in
imageUrl
• imageUrl: undefined
| string
Defined in
status
• status: string
Defined in
text
• text: string
Defined in
updatedAt
• updatedAt: Date
Defined in
videoUrl
• videoUrl: undefined
| string