interface CommentResponse {
    anonymity: boolean;
    badges: BaseBadge[];
    command: string;
    commandPrefix: string;
    comment: string;
    commentVisible?: boolean;
    dateUsec: number;
    displayName?: string;
    giftRank: string;
    hasGift: boolean;
    id: string;
    isFirstTime?: boolean;
    isOwner: boolean;
    isRepeater?: boolean;
    isSystem: boolean;
    liveId: string;
    mail: string;
    meta?: CommentMeta;
    name: string;
    nickname?: string;
    no: number;
    origin?: string;
    originalProfileImage?: string;
    premium: number;
    price: number;
    profileImage: string;
    screenName: string;
    speechText?: string;
    thread: string;
    timestamp: string;
    userId: string;
    vpos: number;
}

Hierarchy (view full)

Properties

anonymity: boolean
badges: BaseBadge[]
command: string
commandPrefix: string
comment: string
commentVisible?: boolean
dateUsec: number
displayName?: string
giftRank: string
hasGift: boolean
id: string
isFirstTime?: boolean
isOwner: boolean
isRepeater?: boolean
isSystem: boolean
liveId: string
mail: string
name: string
nickname?: string
no: number
origin?: string
originalProfileImage?: string
premium: number
price: number
profileImage: string
screenName: string
speechText?: string
thread: string
timestamp: string
userId: string
vpos: number