interface CommentResponse {
    badges: BaseBadge[];
    colors?: Colors;
    comment: string;
    commentVisible?: boolean;
    displayName?: string;
    gift?: BiliBili.GiftResource;
    giftData?: BiliBili.GiftData;
    giftId?: string;
    guard?: GuardResource;
    hasGift: boolean;
    id: string;
    infoData?: InfoData;
    isFirstTime?: boolean;
    isMember: boolean;
    isModerator: boolean;
    isOwner: boolean;
    isRepeater?: boolean;
    liveId: string;
    meta?: CommentMeta;
    name: string;
    nickname?: string;
    originalProfileImage?: string;
    price?: number;
    profileImage: string;
    speechText?: string;
    superChatData?: SuperChatData;
    timestamp: string;
    userId: string;
}

Hierarchy (view full)

Properties

badges: BaseBadge[]
colors?: Colors
comment: string
commentVisible?: boolean
displayName?: string
giftData?: BiliBili.GiftData
giftId?: string
hasGift: boolean
id: string
infoData?: InfoData
isFirstTime?: boolean
isMember: boolean
isModerator: boolean
isOwner: boolean
isRepeater?: boolean
liveId: string
name: string
nickname?: string
originalProfileImage?: string
price?: number
profileImage: string
speechText?: string
superChatData?: SuperChatData
timestamp: string
userId: string