Interface GETForumTopicCommentResponse

interface GETForumTopicCommentResponse {
    forumTopicComment: APIForumTopicComment;
}

Properties

forumTopicComment: APIForumTopicComment