The doc channel the doc belongs to.
The raw data of the doc.
Whether to cache the doc.
Readonly
channelThe doc channel the doc belongs to.
Readonly
channelThe ID of the channel the doc belongs to.
Readonly
clientThe client the data model belongs to.
Readonly
contentThe content of the doc.
Readonly
createdThe date the doc was created.
Readonly
createdThe ID of the user that created the doc.
Optional
Readonly
editedThe date the doc was edited.
Optional
Readonly
editedThe ID of the user that edited the doc.
Readonly
idThe ID of the structure.
Optional
Readonly
mentionsThe mentions of the doc.
Readonly
rawThe raw data of the doc.
Readonly
serverThe ID of the server the doc belongs to.
Readonly
titleThe title of the doc.
The server member that created the doc.
The ID of the user that created the doc.
The timestamp the doc was created.
The timestamp the doc was edited.
The server member that edited the doc.
Whether the doc is cached.
Fetch the doc.
The fetched doc.
doc.fetch();
Optional
options: FetchOptionsThe options to fetch the doc with.
Fetch the server member that created the doc.
The fetched server member.
doc.fetchAuthor();
Optional
options: FetchOptionsThe options to fetch the server member with.
Fetch the server member that edited the doc.
The fetched server member.
doc.fetchEditor();
Optional
options: FetchOptionsThe options to fetch the server member with.
Fetch the server the doc belongs to.
The fetched server.
doc.fetchServer();
Optional
options: FetchOptionsThe options to fetch the server with.
Represents a doc on Guilded.
Example