OneSDK
    Preparing search index...

    Interface SystemMessage

    interface SystemMessage {
        icon?: SystemMessageIcon;
        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

    isFreeGift?: boolean
    isGift?: boolean
    liveId?: string
    message: string
    messageId?: string
    name?: string
    profileImage?: string
    service?: keyof ServiceList
    userId?: string