Interface

AddClientRuntimeOptions

Properties

NameTypeDescription
client?ClientPrebuilt, not-yet-logged-in Client. Must not already be connected.
clientOptions?ClientOptionsConstruct a new Client with these options (ignored when client or discovery is set).
discovery?DiscoveryOriginDiscover endpoints via GET /.well-known/fluxer from this origin.
idstringUnique runtime id within this cluster (not a snowflake).
signal?AbortSignalAbort signal for this add operation (also aborted by remove / destroy).
tokenstringBot token issued by the target instance. Required; never shared across runtimes.