Files
simplex-chat/packages/simplex-chat-nodejs/docs/Namespace.bot.md
T
sh 42dd36bf09 simplex-chat-nodejs: typed DbConfig (#6875)
* 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
2026-04-24 16:43:43 +01:00

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)