Interface MediaCommentsFeedResponseCommentsItem

interface MediaCommentsFeedResponseCommentsItem {
    bit_flags: number;
    child_comment_count: number;
    comment_index: number;
    comment_like_count: number;
    content_type: string;
    created_at: number;
    created_at_utc: number;
    did_report_as_spam: boolean;
    has_liked_comment: boolean;
    has_more_head_child_comments?: boolean;
    has_more_tail_child_comments?: boolean;
    has_translation?: boolean;
    inline_composer_display_condition: string;
    next_min_child_cursor?: string;
    num_head_child_comments?: number;
    num_tail_child_comments?: number;
    other_preview_users: MediaCommentsFeedResponseOtherPreviewUsersItem[];
    pk: string;
    preview_child_comments: MediaCommentsFeedResponsePreviewChildCommentsItem[];
    share_enabled: boolean;
    status: string;
    text: string;
    type: number;
    user: MediaCommentsFeedResponseUser;
    user_id: number;
}

Properties

bit_flags: number
child_comment_count: number
comment_index: number
comment_like_count: number
content_type: string
created_at: number
created_at_utc: number
did_report_as_spam: boolean
has_liked_comment: boolean
has_more_head_child_comments?: boolean
has_more_tail_child_comments?: boolean
has_translation?: boolean
inline_composer_display_condition: string
next_min_child_cursor?: string
num_head_child_comments?: number
num_tail_child_comments?: number
pk: string
share_enabled: boolean
status: string
text: string
type: number
user_id: number