interface CommentResponse {
    anonymity: boolean;
    badges: BaseBadge[];
    colors?: Colors;
    comment: string;
    commentVisible?: boolean;
    displayName?: string;
    hasGift: boolean;
    id: string;
    isFirstTime?: boolean;
    isOwner: boolean;
    isRepeater?: boolean;
    liveId: string;
    meta?: CommentMeta;
    name: string;
    nickname?: string;
    no?: number;
    origin: StateResponse | RootMessageResponse | SignalResponse;
    originalProfileImage?: string;
    premium?: boolean;
    price?: number;
    profileImage: string;
    screenName: string;
    speechText?: string;
    tier?: number;
    timestamp: string;
    userId: string;
}

Hierarchy (view full)

Properties

anonymity: boolean
badges: BaseBadge[]
colors?: Colors
comment: string
commentVisible?: boolean
displayName?: string
hasGift: boolean
id: string
isFirstTime?: boolean
isOwner: boolean
isRepeater?: boolean
liveId: string
name: string
nickname?: string
no?: number
originalProfileImage?: string
premium?: boolean
price?: number
profileImage: string
screenName: string
speechText?: string
tier?: number
timestamp: string
userId: string