Preparing search index...
The search index is not available
TouchGuild
TouchGuild
ForumThreadHandler
ForumThreadHandler
Class ForumThreadHandler
Internal component, emitting forum thread events.
Hierarchy (
view full
)
GatewayEventHandler
ForumThreadHandler
Index
Constructors
constructor
Properties
client
Methods
forum
Thread
Comment
Create
forum
Thread
Comment
Delete
forum
Thread
Comment
Reaction
Add
forum
Thread
Comment
Reaction
Remove
forum
Thread
Comment
Update
forum
Thread
Create
forum
Thread
Delete
forum
Thread
Lock
forum
Thread
Pin
forum
Thread
Reaction
Add
forum
Thread
Reaction
Remove
forum
Thread
Unlock
forum
Thread
Unpin
forum
Thread
Update
Constructors
constructor
new
Forum
Thread
Handler
(
client
)
:
ForumThreadHandler
Parameters
client
:
Client
Returns
ForumThreadHandler
Properties
Readonly
client
client
:
Client
Methods
forum
Thread
Comment
Create
forum
Thread
Comment
Create
(
data
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicCommentCreated
Returns
Promise
<
void
>
forum
Thread
Comment
Delete
forum
Thread
Comment
Delete
(
data
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicCommentDeleted
Returns
Promise
<
void
>
forum
Thread
Comment
Reaction
Add
forum
Thread
Comment
Reaction
Add
(
data
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicCommentReactionCreated
Returns
Promise
<
void
>
forum
Thread
Comment
Reaction
Remove
forum
Thread
Comment
Reaction
Remove
(
data
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicCommentReactionDeleted
Returns
Promise
<
void
>
forum
Thread
Comment
Update
forum
Thread
Comment
Update
(
data
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicCommentUpdated
Returns
Promise
<
void
>
forum
Thread
Create
forum
Thread
Create
(
data
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicCreated
Returns
Promise
<
void
>
forum
Thread
Delete
forum
Thread
Delete
(
data
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicDeleted
Returns
Promise
<
void
>
forum
Thread
Lock
forum
Thread
Lock
(
data
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicLocked
Returns
Promise
<
void
>
forum
Thread
Pin
forum
Thread
Pin
(
data
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicPinned
Returns
Promise
<
void
>
forum
Thread
Reaction
Add
forum
Thread
Reaction
Add
(
data
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicReactionCreated
Returns
Promise
<
void
>
forum
Thread
Reaction
Remove
forum
Thread
Reaction
Remove
(
data
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicReactionDeleted
Returns
Promise
<
void
>
forum
Thread
Unlock
forum
Thread
Unlock
(
data
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicUnlocked
Returns
Promise
<
void
>
forum
Thread
Unpin
forum
Thread
Unpin
(
data
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicUnpinned
Returns
Promise
<
void
>
forum
Thread
Update
forum
Thread
Update
(
data
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicUpdated
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
client
Methods
forum
Thread
Comment
Create
forum
Thread
Comment
Delete
forum
Thread
Comment
Reaction
Add
forum
Thread
Comment
Reaction
Remove
forum
Thread
Comment
Update
forum
Thread
Create
forum
Thread
Delete
forum
Thread
Lock
forum
Thread
Pin
forum
Thread
Reaction
Add
forum
Thread
Reaction
Remove
forum
Thread
Unlock
forum
Thread
Unpin
forum
Thread
Update
TouchGuild
Loading...
Internal component, emitting forum thread events.