Interface SystemResponse

interface SystemResponse {
    command: "share";
    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: "share"
id: string
isFreeGift?: boolean
isGift?: boolean
liveId?: string
message: string
messageId?: string
name?: string
profileImage?: string
service?: keyof ServiceList