Interface ClientOptions
🏷️ Properties
clientId
ts
clientId: stringapplication id
Defined in: packages/discord-rpc/Client.ts:26
clientSecret optional
ts
clientSecret: stringapplication secret
Defined in: packages/discord-rpc/Client.ts:30
dispatcher optional
ts
dispatcher: DispatcherDefined in: packages/discord-rpc/Client.ts:49
pipeId optional
ts
pipeId: numberpipe id
Defined in: packages/discord-rpc/Client.ts:34
transport optional
ts
transport: { pathList?: FormatFunction[]; type?: "ipc" | (options: TransportOptions) => Transport | "websocket" }transport configs
Defined in: packages/discord-rpc/Client.ts:38