InterfaceMessage
talawa-api • Docs
talawa-api / models/Message / InterfaceMessage
Interface: InterfaceMessage
Interface representing a document for a message in the database (MongoDB).
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