IGPAPI
    Preparing search index...

    Interface DirectGetPresenceResponse

    interface DirectGetPresenceResponse {
        status: string;
        user_presence: Record<string, DirectGetPresenceResponseUserPresence>;
    }
    Index

    Properties

    status: string
    user_presence: Record<string, DirectGetPresenceResponseUserPresence>