Skip to main content

InterfaceGroupChat

talawa-apiDocs


talawa-api / models/GroupChat / InterfaceGroupChat

Interface: InterfaceGroupChat

Interface representing a document for a group chat in the database (MongoDB).

Properties

_id

> _id: ObjectId

Defined in

src/models/GroupChat.ts:12


createdAt

> createdAt: Date

Defined in

src/models/GroupChat.ts:17


creatorId

> creatorId: any

Defined in

src/models/GroupChat.ts:16


messages

> messages: any[]

Defined in

src/models/GroupChat.ts:15


organization

> organization: any

Defined in

src/models/GroupChat.ts:19


status

> status: string

Defined in

src/models/GroupChat.ts:20


title

> title: string

Defined in

src/models/GroupChat.ts:13


updatedAt

> updatedAt: Date

Defined in

src/models/GroupChat.ts:18


users

> users: any[]

Defined in

src/models/GroupChat.ts:14