Interface
AddClientRuntimeOptions
Properties
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.
id
: stringUnique runtime id within this cluster (not a snowflake).
signal
?: AbortSignalAbort signal for this add operation (also aborted by `remove` / `destroy`).
token
: stringBot token issued by the target instance. Required; never shared across runtimes.