📄Doc
Doc is component coming from a 'docs' channel.
Last updated
Doc is component coming from a 'docs' channel.
Last updated
Property | Description | Type |
---|---|---|
Do not use this constructor unless you know what you're doing. This constructor is used to return you rawdata into component.
Edit the doc.
Returns: Promise<Doc>
Delete the doc.
Returns: Promise<void>
Properties | Description | Type | Required? |
---|---|---|---|
Properties | Description | Type | Required? |
---|---|---|---|
data
Raw data
Object
client
Client
id
ID of the doc
Number
guildID
Guild/server id
String
channelID
ID of the 'docs' channel.
String
title
Doc title/name
String
name
Doc title/name
String
content
Content of the doc
String
mentions
Doc mentions
Object (MentionsType)
_createdAt
Timestamp (unix epoch time) of the doc's creation.
Number|null
memberID
ID of the member who created the doc.
String
_updatedAt
Timestamp (unix epoch time) of when the doc was updated. (if updated)
Number|null
updatedBy
ID of the member who updated the doc. (if updated)
String
member
Member that made emit the event.
createdAt
String representation of the _createdAt timestamp.
Date|null
updatedAt
String representation of the _updatedAt timestamp.
Date|null
rawData
raw data received from ws and converted to JSON
Object
true
client
Client
true
options
Edit options
Object
true
options.title?
New doc title
String
false
options.content?
New doc content
String
false