📄Doc

Doc is component coming from a 'docs' channel.

Properties

Constructor

new Doc(rawData, client)

Do not use this constructor unless you know what you're doing. This constructor is used to return you rawdata into component.

Methods

edit(options)

Edit the doc.

Returns: Promise<Doc>

delete()

Delete the doc.

Returns: Promise<void>

Last updated