Preparing search index...
The search index is not available
TouchGuild
TouchGuild
DocHandler
DocHandler
Class DocHandler
Internal component, emitting doc events.
Hierarchy (
view full
)
GatewayEventHandler
DocHandler
Index
Constructors
constructor
Properties
client
Methods
doc
Comment
Create
doc
Comment
Delete
doc
Comment
Reaction
Add
doc
Comment
Reaction
Remove
doc
Comment
Update
doc
Create
doc
Delete
doc
Reaction
Add
doc
Reaction
Remove
doc
Update
Constructors
constructor
new
Doc
Handler
(
client
)
:
DocHandler
Parameters
client
:
Client
Returns
DocHandler
Properties
Readonly
client
client
:
Client
Methods
doc
Comment
Create
doc
Comment
Create
(
data
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_DocCommentCreated
Returns
Promise
<
void
>
doc
Comment
Delete
doc
Comment
Delete
(
data
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_DocCommentDeleted
Returns
Promise
<
void
>
doc
Comment
Reaction
Add
doc
Comment
Reaction
Add
(
data
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_DocCommentReactionCreated
Returns
Promise
<
void
>
doc
Comment
Reaction
Remove
doc
Comment
Reaction
Remove
(
data
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_DocCommentReactionDeleted
Returns
Promise
<
void
>
doc
Comment
Update
doc
Comment
Update
(
data
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_DocCommentUpdated
Returns
Promise
<
void
>
doc
Create
doc
Create
(
data
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_DocCreated
Returns
Promise
<
void
>
doc
Delete
doc
Delete
(
data
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_DocDeleted
Returns
Promise
<
void
>
doc
Reaction
Add
doc
Reaction
Add
(
data
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_DocReactionCreated
Returns
Promise
<
void
>
doc
Reaction
Remove
doc
Reaction
Remove
(
data
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_DocReactionDeleted
Returns
Promise
<
void
>
doc
Update
doc
Update
(
data
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_DocUpdated
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
client
Methods
doc
Comment
Create
doc
Comment
Delete
doc
Comment
Reaction
Add
doc
Comment
Reaction
Remove
doc
Comment
Update
doc
Create
doc
Delete
doc
Reaction
Add
doc
Reaction
Remove
doc
Update
TouchGuild
Loading...
Internal component, emitting doc events.