Preparing search index...
The search index is not available
TouchGuild
TouchGuild
ForumThreadHandler
ForumThreadHandler
Class ForumThreadHandler
Internal component, emitting forum thread events.
Hierarchy (
View Summary
)
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
ForumThreadHandler
(
client
:
Client
)
:
ForumThreadHandler
Parameters
client
:
Client
Returns
ForumThreadHandler
Properties
Readonly
client
client
:
Client
Methods
forum
Thread
Comment
Create
forumThreadCommentCreate
(
data
:
GatewayEvent_ForumTopicCommentCreated
,
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicCommentCreated
Returns
Promise
<
void
>
forum
Thread
Comment
Delete
forumThreadCommentDelete
(
data
:
GatewayEvent_ForumTopicCommentDeleted
,
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicCommentDeleted
Returns
Promise
<
void
>
forum
Thread
Comment
Reaction
Add
forumThreadCommentReactionAdd
(
data
:
GatewayEvent_ForumTopicCommentReactionCreated
,
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicCommentReactionCreated
Returns
Promise
<
void
>
forum
Thread
Comment
Reaction
Remove
forumThreadCommentReactionRemove
(
data
:
GatewayEvent_ForumTopicCommentReactionDeleted
,
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicCommentReactionDeleted
Returns
Promise
<
void
>
forum
Thread
Comment
Update
forumThreadCommentUpdate
(
data
:
GatewayEvent_ForumTopicCommentUpdated
,
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicCommentUpdated
Returns
Promise
<
void
>
forum
Thread
Create
forumThreadCreate
(
data
:
GatewayEvent_ForumTopicCreated
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicCreated
Returns
Promise
<
void
>
forum
Thread
Delete
forumThreadDelete
(
data
:
GatewayEvent_ForumTopicDeleted
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicDeleted
Returns
Promise
<
void
>
forum
Thread
Lock
forumThreadLock
(
data
:
GatewayEvent_ForumTopicLocked
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicLocked
Returns
Promise
<
void
>
forum
Thread
Pin
forumThreadPin
(
data
:
GatewayEvent_ForumTopicPinned
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicPinned
Returns
Promise
<
void
>
forum
Thread
Reaction
Add
forumThreadReactionAdd
(
data
:
GatewayEvent_ForumTopicReactionCreated
,
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicReactionCreated
Returns
Promise
<
void
>
forum
Thread
Reaction
Remove
forumThreadReactionRemove
(
data
:
GatewayEvent_ForumTopicReactionDeleted
,
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicReactionDeleted
Returns
Promise
<
void
>
forum
Thread
Unlock
forumThreadUnlock
(
data
:
GatewayEvent_ForumTopicUnlocked
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicUnlocked
Returns
Promise
<
void
>
forum
Thread
Unpin
forumThreadUnpin
(
data
:
GatewayEvent_ForumTopicUnpinned
)
:
Promise
<
void
>
Parameters
data
:
GatewayEvent_ForumTopicUnpinned
Returns
Promise
<
void
>
forum
Thread
Update
forumThreadUpdate
(
data
:
GatewayEvent_ForumTopicUpdated
)
:
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.