OneSDK
    Preparing search index...

    Interface SystemResponse

    interface SystemResponse {
        command:
            | "quote"
            | "cruise"
            | "emotion"
            | "ichiba"
            | "programExtended"
            | "rankingIn"
            | "rankingUpdated"
            | "visited"
            | "nicoad"
            | "disconnect"
            | "survey"
            | "beforeEnd";
        icon?: SystemMessageIcon;
        id: string;
        isFreeGift?: boolean;
        isGift?: boolean;
        liveId?: string;
        message: string;
        messageId?: string;
        name?: string;
        profileImage?: string;
        service?: keyof ServiceList;
        type?: SystemMessageType;
        userId?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    command:
        | "quote"
        | "cruise"
        | "emotion"
        | "ichiba"
        | "programExtended"
        | "rankingIn"
        | "rankingUpdated"
        | "visited"
        | "nicoad"
        | "disconnect"
        | "survey"
        | "beforeEnd"
    id: string
    isFreeGift?: boolean
    isGift?: boolean
    liveId?: string
    message: string
    messageId?: string
    name?: string
    profileImage?: string
    service?: keyof ServiceList
    userId?: string