Interface MediaCommentsFeedResponsePreviewChildCommentsItem

interface MediaCommentsFeedResponsePreviewChildCommentsItem {
    comment_like_count: number;
    content_type: string;
    created_at: number;
    created_at_utc: number;
    has_liked_comment: boolean;
    media_id: string;
    parent_comment_id: string;
    pk: string;
    share_enabled: boolean;
    status: string;
    text: string;
    type: number;
    user: MediaCommentsFeedResponseUser;
}

Properties

comment_like_count: number
content_type: string
created_at: number
created_at_utc: number
has_liked_comment: boolean
media_id: string
parent_comment_id: string
pk: string
share_enabled: boolean
status: string
text: string
type: number