OneSDK
    Preparing search index...

    Interface CommentResponse

    interface CommentResponse {
        animationId?: string;
        autoModerated?: boolean;
        badges: BaseBadge[];
        bits?: string;
        colors?: Colors;
        comment: string;
        commentVisible?: boolean;
        displayName?: string;
        flags?: string;
        hasGift: boolean;
        id: string;
        isFirstTime?: boolean;
        isModerator: boolean;
        isOwner: boolean;
        isRepeater?: boolean;
        isSupporter?: boolean;
        liveId: string;
        meta?: CommentMeta;
        mod?: string;
        name: string;
        nickname?: string;
        origin: string;
        originalProfileImage?: string;
        paidText?: string;
        price?: number;
        profileImage: string;
        reward?: Reward;
        screenName: string;
        speechText?: string;
        subscriber?: "0" | "1";
        timestamp: string;
        turbo?: string;
        unit?: string;
        userId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    animationId?: string
    autoModerated?: boolean
    badges: BaseBadge[]
    bits?: string
    colors?: Colors
    comment: string
    commentVisible?: boolean
    displayName?: string
    flags?: string
    hasGift: boolean
    id: string
    isFirstTime?: boolean
    isModerator: boolean
    isOwner: boolean
    isRepeater?: boolean
    isSupporter?: boolean
    liveId: string
    mod?: string
    name: string
    nickname?: string
    origin: string
    originalProfileImage?: string
    paidText?: string
    price?: number
    profileImage: string
    reward?: Reward
    screenName: string
    speechText?: string
    subscriber?: "0" | "1"
    timestamp: string
    turbo?: string
    unit?: string
    userId: string