Interface PATCHForumTopicCommentResponse

interface PATCHForumTopicCommentResponse {
    forumTopicComment: APIForumTopicComment;
}

Properties

forumTopicComment: APIForumTopicComment