Class Doc

Doc represents an item of a "Docs" channel.

Hierarchy

Constructors

Properties

channelID: string

ID of the 'docs' channel.

client: Client

Bot's client.

comments: TypedCollection<number, APIDocComment, DocComment, []>
content: string

Content of the doc

createdAt: Date

When the doc has been created.

editedTimestamp: null | Date

When the doc has been updated.

guildID: string

Guild/server id

id: number

Item ID

memberID: string

ID of the member who created this doc.

mentions: APIMentions

Doc mentions

name: string

Doc name

updatedBy: null | string

ID of the member who updated the doc.

Accessors

Methods