Represents a doc on Guilded.

See

https://www.guilded.gg/docs/api/docs/Doc

Hierarchy

  • APIDoc

Properties

channelId: string

The ID of the channel the doc belongs to.

content: string

The content of the doc.

createdAt: string

The date the doc was created.

createdBy: string

The ID of the user that created the doc.

id: number

The ID of the doc.

mentions?: APIMentions

The mentions of the doc.

serverId: string

The ID of the server the doc belongs to.

title: string

The title of the doc.

updatedAt?: string

The date the doc was edited.

updatedBy?: string

The ID of the user that edited the doc.