interface BaseResponse {
    badges: BaseBadge[];
    comment: string;
    commentVisible?: boolean;
    displayName?: string;
    hasGift: boolean;
    id: string;
    isFirstTime?: boolean;
    isOwner: boolean;
    isRepeater?: boolean;
    liveId: string;
    meta?: CommentMeta;
    name: string;
    nickname?: string;
    originalProfileImage?: string;
    profileImage: string;
    speechText?: string;
    timestamp: string;
    userId: string;
}

Hierarchy (view full)

Properties

badges: BaseBadge[]
comment: string
commentVisible?: boolean
displayName?: string
hasGift: boolean
id: string
isFirstTime?: boolean
isOwner: boolean
isRepeater?: boolean
liveId: string
name: string
nickname?: string
originalProfileImage?: string
profileImage: string
speechText?: string
timestamp: string
userId: string