Files
simplex-chat/packages/simplex-chat-nodejs/docs/bot.Interface.BotOptions.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

82 lines
1.2 KiB
Markdown

[**simplex-chat**](README.md)
***
[simplex-chat](README.md) / [bot](Namespace.bot.md) / BotOptions
# Interface: BotOptions
Defined in: [src/bot.ts:11](../src/bot.ts#L11)
## Properties
### addressSettings?
> `optional` **addressSettings?**: [`BotAddressSettings`](api.Interface.BotAddressSettings.md)
Defined in: [src/bot.ts:15](../src/bot.ts#L15)
***
### allowFiles?
> `optional` **allowFiles?**: `boolean`
Defined in: [src/bot.ts:16](../src/bot.ts#L16)
***
### commands?
> `optional` **commands?**: `ChatBotCommand`[]
Defined in: [src/bot.ts:17](../src/bot.ts#L17)
***
### createAddress?
> `optional` **createAddress?**: `boolean`
Defined in: [src/bot.ts:12](../src/bot.ts#L12)
***
### logContacts?
> `optional` **logContacts?**: `boolean`
Defined in: [src/bot.ts:19](../src/bot.ts#L19)
***
### logNetwork?
> `optional` **logNetwork?**: `boolean`
Defined in: [src/bot.ts:20](../src/bot.ts#L20)
***
### updateAddress?
> `optional` **updateAddress?**: `boolean`
Defined in: [src/bot.ts:13](../src/bot.ts#L13)
***
### updateProfile?
> `optional` **updateProfile?**: `boolean`
Defined in: [src/bot.ts:14](../src/bot.ts#L14)
***
### useBotProfile?
> `optional` **useBotProfile?**: `boolean`
Defined in: [src/bot.ts:18](../src/bot.ts#L18)