Class Doc

Constructors

Properties

channelId: string

The ID of the channel where the doc exists in.

client: Client
content: string

The content of the doc.

createdAt: Date

The date of the doc's creation.

createdBy: string

The ID of the user who created the doc.

groupId: string

The ID of the group where the doc exists in.

id: number

The ID of the doc.

mentions?: MentionsPayload

The mentions in the doc.

serverId: string

The ID of the server where the doc was created.

title: string

The title of the doc.

updatedAt?: Date

The date when the doc was updated.

updatedBy?: string

The ID of the user who updated the doc.