mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-27 08:35:58 +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
34 lines
724 B
Markdown
34 lines
724 B
Markdown
[**simplex-chat**](README.md)
|
|
|
|
***
|
|
|
|
[simplex-chat](README.md) / api
|
|
|
|
# api
|
|
|
|
An API to send chat commands and receive chat events to/from chat core.
|
|
You need to use it in bot event handlers, and for any other use cases.
|
|
|
|
## Enumerations
|
|
|
|
- [ConnReqType](api.Enumeration.ConnReqType.md)
|
|
|
|
## Classes
|
|
|
|
- [ChatApi](api.Class.ChatApi.md)
|
|
- [ChatCommandError](api.Class.ChatCommandError.md)
|
|
|
|
## Interfaces
|
|
|
|
- [BotAddressSettings](api.Interface.BotAddressSettings.md)
|
|
|
|
## Type Aliases
|
|
|
|
- [DbConfig](api.TypeAlias.DbConfig.md)
|
|
- [EventSubscriberFunc](api.TypeAlias.EventSubscriberFunc.md)
|
|
- [EventSubscribers](api.TypeAlias.EventSubscribers.md)
|
|
|
|
## Variables
|
|
|
|
- [defaultBotAddressSettings](api.Variable.defaultBotAddressSettings.md)
|