OneSDK — OneComme 9.1.1
    Preparing search index...
    interface CommentResponse {
        approvedAfterAutoModeration?: boolean;
        autoModerated?: boolean;
        badges: BaseBadge[];
        colors?: Colors;
        comment: string;
        commentVisible?: boolean;
        displayName?: string;
        hasGift: boolean;
        id: string;
        isAnonymous: boolean;
        isFirstTime?: boolean;
        isFreeGift?: boolean;
        isOwner: boolean;
        isRepeater?: boolean;
        isSupporter?: boolean;
        item?: 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 Summary)

    Index

    Properties

    approvedAfterAutoModeration?: boolean

    自動保留(autoModerated)されていたコメントが、その後モデレーター/配信者に 承認されて表示に回ったことを示す。承認コメントは元の投稿時刻を保持するため、 表示側で「保留から承認」を明示し、古い場合は読み上げを抑止する(ONE-134)。

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