Interface CommentResponse

interface CommentResponse {
    comment_view: CommentView;
    recipient_ids: number[];
}

Properties

comment_view: CommentView
recipient_ids: number[]