mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-27 19:26:12 +00:00
42dd36bf09
* simplex-chat-nodejs: typed DbConfig for ChatApi.init and BotDbOpts * simplex-chat-nodejs: regenerate typedoc docs for DbConfig * simplex-chat-nodejs: rename DbConfig.kind to .type
22 lines
476 B
Markdown
22 lines
476 B
Markdown
[**simplex-chat**](README.md)
|
|
|
|
***
|
|
|
|
[simplex-chat](README.md) / [bot](Namespace.bot.md) / run
|
|
|
|
# Function: run()
|
|
|
|
> **run**(`__namedParameters`): `Promise`\<\[[`ChatApi`](api.Class.ChatApi.md), `User`, `UserContactLink` \| `undefined`\]\>
|
|
|
|
Defined in: [src/bot.ts:47](../src/bot.ts#L47)
|
|
|
|
## Parameters
|
|
|
|
### \_\_namedParameters
|
|
|
|
[`BotConfig`](bot.Interface.BotConfig.md)
|
|
|
|
## Returns
|
|
|
|
`Promise`\<\[[`ChatApi`](api.Class.ChatApi.md), `User`, `UserContactLink` \| `undefined`\]\>
|