Interface MediaInlineChildCommentsFeedInput

interface MediaInlineChildCommentsFeedInput {
    commentId: string;
    mediaId: string;
    nextMaxId?: string;
    nextMinId?: string;
}

Properties

commentId: string
mediaId: string
nextMaxId?: string
nextMinId?: string