interface CommentResponse {
    animationId?: string;
    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;
    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 full)

Properties

animationId?: string
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
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