interface CommentResponse {
    badges: BaseBadge[];
    colors?: Colors;
    comment: string;
    commentVisible?: boolean;
    displayName?: string;
    hasGift: boolean;
    id: string;
    isAnonymous: boolean;
    isFirstTime?: boolean;
    isFreeGift?: boolean;
    isOwner: boolean;
    isRepeater?: boolean;
    item?: Twicas.Item;
    liveId: string;
    meta?: CommentMeta;
    name: string;
    nickname?: string;
    originalProfileImage?: string;
    price?: number;
    profileImage: string;
    screenName: string;
    speechText?: string;
    timestamp: string;
    userId: string;
}

Hierarchy (view full)

Properties

badges: BaseBadge[]
colors?: Colors
comment: string
commentVisible?: boolean
displayName?: string
hasGift: boolean
id: string
isAnonymous: boolean
isFirstTime?: boolean
isFreeGift?: boolean
isOwner: boolean
isRepeater?: boolean
item?: Twicas.Item
liveId: string
name: string
nickname?: string
originalProfileImage?: string
price?: number
profileImage: string
screenName: string
speechText?: string
timestamp: string
userId: string