mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-27 17:16:01 +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
24 lines
455 B
Markdown
24 lines
455 B
Markdown
[**simplex-chat**](README.md)
|
|
|
|
***
|
|
|
|
[simplex-chat](README.md) / bot
|
|
|
|
# bot
|
|
|
|
A simple declarative API to run a chat-bot with a single function call.
|
|
It automates creating and updating of the bot profile, address and bot commands shown in the app UI.
|
|
|
|
## Interfaces
|
|
|
|
- [BotConfig](bot.Interface.BotConfig.md)
|
|
- [BotOptions](bot.Interface.BotOptions.md)
|
|
|
|
## Type Aliases
|
|
|
|
- [BotDbOpts](bot.TypeAlias.BotDbOpts.md)
|
|
|
|
## Functions
|
|
|
|
- [run](bot.Function.run.md)
|