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
:
Client
)
:
ForumThreadHandler
Parameters
client:
Client
Returns
ForumThreadHandler
Properties
Readonly
client
client
:
Client
Methods
forum
Thread
Comment
Create
forum
Thread
Comment
Create
(
data
:
GatewayEvent_ForumTopicCommentCreated
)
:
boolean
Parameters
data:
GatewayEvent_ForumTopicCommentCreated
Returns
boolean
forum
Thread
Comment
Delete
forum
Thread
Comment
Delete
(
data
:
GatewayEvent_ForumTopicCommentDeleted
)
:
boolean
Parameters
data:
GatewayEvent_ForumTopicCommentDeleted
Returns
boolean
forum
Thread
Comment
Reaction
Add
forum
Thread
Comment
Reaction
Add
(
data
:
GatewayEvent_ForumTopicCommentReactionCreated
)
:
boolean
Parameters
data:
GatewayEvent_ForumTopicCommentReactionCreated
Returns
boolean
forum
Thread
Comment
Reaction
Remove
forum
Thread
Comment
Reaction
Remove
(
data
:
GatewayEvent_ForumTopicCommentReactionDeleted
)
:
boolean
Parameters
data:
GatewayEvent_ForumTopicCommentReactionDeleted
Returns
boolean
forum
Thread
Comment
Update
forum
Thread
Comment
Update
(
data
:
GatewayEvent_ForumTopicCommentUpdated
)
:
boolean
Parameters
data:
GatewayEvent_ForumTopicCommentUpdated
Returns
boolean
forum
Thread
Create
forum
Thread
Create
(
data
:
GatewayEvent_ForumTopicCreated
)
:
boolean
Parameters
data:
GatewayEvent_ForumTopicCreated
Returns
boolean
forum
Thread
Delete
forum
Thread
Delete
(
data
:
GatewayEvent_ForumTopicDeleted
)
:
boolean
Parameters
data:
GatewayEvent_ForumTopicDeleted
Returns
boolean
forum
Thread
Lock
forum
Thread
Lock
(
data
:
GatewayEvent_ForumTopicLocked
)
:
boolean
Parameters
data:
GatewayEvent_ForumTopicLocked
Returns
boolean
forum
Thread
Pin
forum
Thread
Pin
(
data
:
GatewayEvent_ForumTopicPinned
)
:
boolean
Parameters
data:
GatewayEvent_ForumTopicPinned
Returns
boolean
forum
Thread
Reaction
Add
forum
Thread
Reaction
Add
(
data
:
GatewayEvent_ForumTopicReactionCreated
)
:
boolean
Parameters
data:
GatewayEvent_ForumTopicReactionCreated
Returns
boolean
forum
Thread
Reaction
Remove
forum
Thread
Reaction
Remove
(
data
:
GatewayEvent_ForumTopicReactionDeleted
)
:
boolean
Parameters
data:
GatewayEvent_ForumTopicReactionDeleted
Returns
boolean
forum
Thread
Unlock
forum
Thread
Unlock
(
data
:
GatewayEvent_ForumTopicUnlocked
)
:
boolean
Parameters
data:
GatewayEvent_ForumTopicUnlocked
Returns
boolean
forum
Thread
Unpin
forum
Thread
Unpin
(
data
:
GatewayEvent_ForumTopicUnpinned
)
:
boolean
Parameters
data:
GatewayEvent_ForumTopicUnpinned
Returns
boolean
forum
Thread
Update
forum
Thread
Update
(
data
:
GatewayEvent_ForumTopicUpdated
)
:
boolean
Parameters
data:
GatewayEvent_ForumTopicUpdated
Returns
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Modules
Touch
Guild
Banned
Member
Base
Bucket
Calendar
Channel
Calendar
Event
Calendar
Handler
CalendarRSVP
Channel
Channel
Handler
Client
Collection
Constants
Doc
Doc
Channel
Doc
Handler
Events
Forum
Channel
Forum
Thread
Forum
Thread
Comment
Forum
Thread
Handler
Forum
Thread
Reaction
Info
Gateway
Error
Gateway
Event
Handler
Gateway
Handler
Guild
Guild
Channel
Guild
Handler
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
Text
Channel
Typed
Collection
Typed
Emitter
Types
Types/
Request
Handler
User
User
Client
Util
WSManager
Webhook
Webhook
Handler
index
APITypes
rest/endpoints
types/calendar
Event
types/channel
types/client
types/doc
types/forum
Thread
types/forum
Thread
Comment
types/gateway-
raw
types/guilds
types/json
types/list
Item
types/webhook
types/webhooks
Forum
Thread
Handler
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
Internal component, emitting forum thread events.