The doc channel the doc belongs to.
The raw data of the doc.
Optional cache: booleanWhether to cache the doc.
Readonly channelReadonly channelThe ID of the channel the doc belongs to.
Readonly clientReadonly 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 idOptional Readonly mentionsThe mentions of the doc.
Readonly rawReadonly 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