Skip to main content

talawa-api / Exports / models/GroupChat / InterfaceGroupChat

Interface: InterfaceGroupChat

models/GroupChat.InterfaceGroupChat

This is an interface representing a document for a group chat in the database(MongoDB).

Table of contents

Properties

Properties

_id

_id: ObjectId

Defined in

src/models/GroupChat.ts:11


createdAt

createdAt: Date

Defined in

src/models/GroupChat.ts:16


creatorId

creatorId: any

Defined in

src/models/GroupChat.ts:15


messages

messages: any[]

Defined in

src/models/GroupChat.ts:14


organization

organization: any

Defined in

src/models/GroupChat.ts:18


status

status: string

Defined in

src/models/GroupChat.ts:19


title

title: string

Defined in

src/models/GroupChat.ts:12


updatedAt

updatedAt: Date

Defined in

src/models/GroupChat.ts:17


users

users: any[]

Defined in

src/models/GroupChat.ts:13