Preparing search index...
The search index is not available
TouchGuild
TouchGuild
ForumThreadHandler
ForumThreadHandler
Class ForumThreadHandler
Internal component, emitting forum thread events.
Hierarchy
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
constructor
client
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
Touch
Guild
Announcement
Announcement
Channel
Announcement
Comment
Announcement
Handler
Announcement
Reaction
Info
Banned
Member
Base
Bucket
Calendar
Channel
Calendar
Event
Calendar
Event
Comment
Calendar
Handler
CalendarRSVP
Calendar
Reaction
Info
Channel
Channel
Handler
Client
Collection
Constants
Doc
Doc
Channel
Doc
Comment
Doc
Handler
Doc
Reaction
Info
Events
Forum
Channel
Forum
Thread
Forum
Thread
Comment
Forum
Thread
Handler
Forum
Thread
Handler
Forum
Thread
Reaction
Info
Gateway
Error
Gateway
Event
Handler
Gateway
Handler
Guild
Guild
Channel
Guild
Group
Guild
Handler
Guild
Role
Guild
Subscription
GuildedHTTPError
GuildedRESTError
List
Item
List
Item
Handler
Member
Member
Info
Member
Remove
Info
Member
Update
Info
Message
Message
Handler
Message
Reaction
Info
RESTManager
Reaction
Info
Request
Handler
Routes/
Channels
Routes/
Guilds
Routes/
Guilds
Sequential
Bucket
Social
Link
Text
Channel
Typed
Collection
Typed
Emitter
Types
Types/
Request
Handler
User
User
Client
User
Handler
Util
WSManager
Webhook
Webhook
Handler
index
rest/endpoints
types/calendar
Event
types/calendar
Event
Comment
types/channel
types/client
types/doc
types/doc
Comment
types/forum
Thread
types/forum
Thread
Comment
types/gateway-
raw
types/guilds
types/json
types/list
Item
types/webhook
types/webhooks
Internal component, emitting forum thread events.