@waylis/core / Chat
Interface: Chat
Defined in: src/chat/chat.ts:4
Represents a chat entity.
Properties
createdAt
ts
createdAt: Date;
Defined in: src/chat/chat.ts:12
Timestamp when the chat was created.
creatorID
ts
creatorID: string;
Defined in: src/chat/chat.ts:10
ID of the user who created the chat.
id
ts
id: string;
Defined in: src/chat/chat.ts:6
Unique identifier of the chat.
name
ts
name: string;
Defined in: src/chat/chat.ts:8
Display name of the chat.