IGPAPI
    Preparing search index...

    Interface DirectFetchAndSubscribePresenceInput

    interface DirectFetchAndSubscribePresenceInput {
        subscriptionsOff?: boolean;
        userIds: readonly (string | number)[];
    }
    Index

    Properties

    subscriptionsOff?: boolean
    userIds: readonly (string | number)[]