- Preparing search index...
- The search index is not available
Guilded.JS
Class ForumCommentsService
Methods
forumTopicCommentCreate
-
Parameters
-
options: {
channelId: string;
forumTopicId: number;
requestBody: {
content: string;
};
}
-
channelId: string
-
forumTopicId: number
-
requestBody: {
content: string;
}
any Success
forumTopicCommentDelete
-
Parameters
-
options: {
channelId: string;
forumTopicCommentId: number;
forumTopicId: number;
}
-
channelId: string
-
forumTopicCommentId: number
-
forumTopicId: number
void
forumTopicCommentRead
-
Parameters
-
options: {
channelId: string;
forumTopicCommentId: number;
forumTopicId: number;
}
-
channelId: string
-
forumTopicCommentId: number
-
forumTopicId: number
any Success
forumTopicCommentReadMany
-
Parameters
-
options: {
channelId: string;
forumTopicId: number;
}
-
channelId: string
-
forumTopicId: number
any Success
forumTopicCommentUpdate
-
Parameters
-
options: {
channelId: string;
forumTopicCommentId: number;
forumTopicId: number;
requestBody: {
content?: string;
};
}
-
channelId: string
-
forumTopicCommentId: number
-
forumTopicId: number
-
requestBody: {
content?: string;
}
-
Optional
content?: string
any Success
Create a forum topic comment
Throws
ApiError