OneSDK
    Preparing search index...

    Interface CommentResponse

    interface CommentResponse {
        anonymity: boolean;
        autoModerated?: boolean;
        badges: BaseBadge[];
        colors?: Colors;
        comment: string;
        commentVisible?: boolean;
        displayName?: string;
        hasGift: boolean;
        id: string;
        isFirstTime?: boolean;
        isOwner: boolean;
        isRepeater?: boolean;
        isSupporter?: boolean;
        liveId: string;
        meta?: CommentMeta;
        name: string;
        nickname?: string;
        no?: number;
        origin: StateResponse | RootMessageResponse | SignalResponse;
        originalProfileImage?: string;
        premium?: boolean;
        price?: number;
        profileImage: string;
        screenName: string;
        speechText?: string;
        tier?: number;
        timestamp: string;
        userId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    anonymity: boolean
    autoModerated?: boolean
    badges: BaseBadge[]
    colors?: Colors
    comment: string
    commentVisible?: boolean
    displayName?: string
    hasGift: boolean
    id: string
    isFirstTime?: boolean
    isOwner: boolean
    isRepeater?: boolean
    isSupporter?: boolean
    liveId: string
    name: string
    nickname?: string
    no?: number
    originalProfileImage?: string
    premium?: boolean
    price?: number
    profileImage: string
    screenName: string
    speechText?: string
    tier?: number
    timestamp: string
    userId: string