Properties
.cache
Type: Collection
.client
Type: Client
.shouldCacheForumTopic
.createForumTopic(channelId:string
,
options:RESTPostForumTopicBody)
Type: Promise<ForumTopicPayload>
Create a topic in a forum
.deleteForumTopic(channelId:string
,
forumThreadId:string
)
Type: Promise<never>
Delete a topic in a forum
.getForumTopic(channelId:string
,
forumThreadId:string
)
Type: Promise<RESTGetForumTopicResult>
Get a topic in a forum
.getForumTopics(channelId:string
,
options:RESTGetForumTopicsQuery)
Type: Promise<RESTGetForumTopicsResult>
Get all topics in a forum
.lockForumTopic(channelId:string
,
forumThreadId:string
)
Type: Promise<never>
Lock a topic in a forum
.pinForumTopic(channelId:string
,
forumThreadId:string
)
Type: Promise<never>
Pin a topic in a forum
.unlockForumTopic(channelId:string
,
forumThreadId:string
)
Type: Promise<never>
Unlock a topic in a forum
.unpinForumTopic(channelId:string
,
forumThreadId:string
)
Type: Promise<never>
Unpin a topic in a forum
.updateForumTopic(channelId:string
,
forumThreadId:string
,
options:RESTPatchForumTopicBody)
Type: Promise<RESTPatchForumTopicResult>
Update a topic in a forum