interface CommentResponse {
    badges: BaseBadge[];
    comment: string;
    commentVisible?: boolean;
    displayName?: string;
    gift?: Tiktok.GiftData;
    giftType?: Tiktok.GiftType;
    hasGift: boolean;
    id: string;
    isFirstTime?: boolean;
    isModerator: boolean;
    isOwner: boolean;
    isRepeater?: boolean;
    liveId: string;
    meta?: CommentMeta;
    name: string;
    nickname?: string;
    origin: any;
    originalProfileImage?: string;
    price?: number;
    profileImage: string;
    screenName: string;
    speechText?: string;
    timestamp: string;
    userId: string;
}

Hierarchy (view full)

Properties

badges: BaseBadge[]
comment: string
commentVisible?: boolean
displayName?: string
giftType?: Tiktok.GiftType
hasGift: boolean
id: string
isFirstTime?: boolean
isModerator: boolean
isOwner: boolean
isRepeater?: boolean
liveId: string
name: string
nickname?: string
origin: any
originalProfileImage?: string
price?: number
profileImage: string
screenName: string
speechText?: string
timestamp: string
userId: string