OneSDK
    Preparing search index...

    Interface CommentResponse

    interface CommentResponse {
        at?: number;
        autoModerated?: boolean;
        av?: number;
        badges: BaseBadge[];
        comment: string;
        commentVisible?: boolean;
        countId?: string;
        d?: number;
        displayName?: string;
        g?: number;
        gift?: GiftList;
        giftId?: string;
        gt?: number;
        h?: number;
        hasGift: boolean;
        id: string;
        isFirstTime?: boolean;
        isOwner: boolean;
        isRepeater?: boolean;
        isSupporter?: boolean;
        liveId: string;
        meta?: CommentMeta;
        n?: number;
        name: string;
        nickname?: string;
        originalProfileImage?: string;
        price?: number;
        profileImage: string;
        speechText?: string;
        timestamp: string;
        ua?: number;
        userId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    at?: number
    autoModerated?: boolean
    av?: number
    badges: BaseBadge[]
    comment: string
    commentVisible?: boolean
    countId?: string
    d?: number
    displayName?: string
    g?: number
    gift?: GiftList
    giftId?: string
    gt?: number
    h?: number
    hasGift: boolean
    id: string
    isFirstTime?: boolean
    isOwner: boolean
    isRepeater?: boolean
    isSupporter?: boolean
    liveId: string
    n?: number
    name: string
    nickname?: string
    originalProfileImage?: string
    price?: number
    profileImage: string
    speechText?: string
    timestamp: string
    ua?: number
    userId: string