Interface HighlightsRepositoryHighlightsTrayResponsePreviewCommentsItem

interface HighlightsRepositoryHighlightsTrayResponsePreviewCommentsItem {
    bit_flags: number;
    content_type: string;
    created_at: number;
    created_at_utc: number;
    did_report_as_spam: boolean;
    has_translation?: boolean;
    media_id: string;
    pk: string;
    share_enabled: boolean;
    status: string;
    text: string;
    type: number;
    user: HighlightsRepositoryHighlightsTrayResponseUser;
    user_id: number;
}

Properties

bit_flags: number
content_type: string
created_at: number
created_at_utc: number
did_report_as_spam: boolean
has_translation?: boolean
media_id: string
pk: string
share_enabled: boolean
status: string
text: string
type: number
user_id: number