Interface GETForumTopicCommentsResponse

interface GETForumTopicCommentsResponse {
    forumTopicComments: APIForumTopicComment[];
}

Properties

forumTopicComments: APIForumTopicComment[]