Readonly
clientCreate a topic in a forum.
The ID of the channel containing the forum.
The options for creating the forum topic.
A Promise that resolves with the payload of the created forum topic.
Get a topic in a forum.
The ID of the channel containing the forum.
The ID of the forum topic.
a Promise that resolves to a ForumTopic.
Get all topics in a forum.
The ID of the channel containing the forum.
The options for filtering the forum topics.
A Promise that resolves to a Collection of ForumTopics.
Update a topic in a forum.
The ID of the channel containing the forum.
The ID of the forum topic.
The options for updating the forum topic.
A Promise that resolves to the updated ForumTopic. If cached locally, it will modify that object.
Generated using TypeDoc
Manager for interacting with forum topics at a global level.