OneSDK
    Preparing search index...

    Interface CommentResponse

    interface CommentResponse {
        autoModerated: boolean;
        badges: BaseBadge[];
        colors?: Colors;
        comment: string;
        commentVisible?: boolean;
        displayName?: string;
        giftType?: YouTube.GiftType;
        hasGift: boolean;
        id: string;
        isFirstTime?: boolean;
        isMember: boolean;
        isModerator: boolean;
        isOwner: boolean;
        isQuestion?: boolean;
        isRepeater?: boolean;
        isSponsorshipGiftReceiver?: boolean;
        isSponsorshipGiftSender?: boolean;
        isSupporter?: boolean;
        liveId: string;
        membership?: MemberShip;
        meta?: CommentMeta;
        name: string;
        nickname?: string;
        originalProfileImage?: string;
        paidText?: string;
        price?: number;
        profileImage: string;
        speechText?: string;
        tier?: number;
        timestamp: string;
        unit?: string;
        userId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    autoModerated: boolean
    badges: BaseBadge[]
    colors?: Colors
    comment: string
    commentVisible?: boolean
    displayName?: string
    giftType?: YouTube.GiftType
    hasGift: boolean
    id: string
    isFirstTime?: boolean
    isMember: boolean
    isModerator: boolean
    isOwner: boolean
    isQuestion?: boolean
    isRepeater?: boolean
    isSponsorshipGiftReceiver?: boolean
    isSponsorshipGiftSender?: boolean
    isSupporter?: boolean
    liveId: string
    membership?: MemberShip
    name: string
    nickname?: string
    originalProfileImage?: string
    paidText?: string
    price?: number
    profileImage: string
    speechText?: string
    tier?: number
    timestamp: string
    unit?: string
    userId: string