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

Hierarchy (view full)

Properties

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