Interface CommentReplyResponse

interface CommentReplyResponse {
    comment_reply_view: CommentReplyView;
}

Properties

comment_reply_view: CommentReplyView