phoenix
    Preparing search index...

    Interface PresenceOptions

    interface PresenceOptions {
        events?: { diff: string; state: string };
    }
    Index

    Properties

    Properties

    events?: { diff: string; state: string }