Skip to main content

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

src/models/DirectChat.ts:11


createdAt

createdAt: Date

Defined in

src/models/DirectChat.ts:17


creatorId

creatorId: any

Defined in

src/models/DirectChat.ts:14


messages

messages: any[]

Defined in

src/models/DirectChat.ts:13


organization

organization: any

Defined in

src/models/DirectChat.ts:15


status

status: string

Defined in

src/models/DirectChat.ts:16


updatedAt

updatedAt: Date

Defined in

src/models/DirectChat.ts:18


users

users: any[]

Defined in

src/models/DirectChat.ts:12