OneSDK — OneComme 9.1.1
    Preparing search index...
    interface SystemResponse {
        actions?: SystemMessageAction[];
        colors?: Colors;
        command: NicoNama.AllNotificationTypes;
        icon?: SystemMessageIcon;
        id: string;
        isFreeGift?: boolean;
        isGift?: boolean;
        liveId?: string;
        message: string;
        messageId?: string;
        name?: string;
        price?: number;
        profileImage?: string;
        raw?: any;
        screenName?: string;
        service?: keyof ServiceList;
        tier?: number;
        twitch?: SystemMessageExtra;
        type?: SystemMessageType;
        userId?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    colors?: Colors
    id: string
    isFreeGift?: boolean
    isGift?: boolean
    liveId?: string
    message: string
    messageId?: string
    name?: string
    price?: number
    profileImage?: string
    raw?: any
    screenName?: string
    service?: keyof ServiceList
    tier?: number

    プラットフォーム固有データ(コメント化時に各 CommentResponse 相当へ展開)

    userId?: string