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

1.2 KiB

simplex-chat


simplex-chat / bot / BotOptions

Interface: BotOptions

Defined in: src/bot.ts:11

Properties

addressSettings?

optional addressSettings?: BotAddressSettings

Defined in: src/bot.ts:15


allowFiles?

optional allowFiles?: boolean

Defined in: src/bot.ts:16


commands?

optional commands?: ChatBotCommand[]

Defined in: src/bot.ts:17


createAddress?

optional createAddress?: boolean

Defined in: src/bot.ts:12


logContacts?

optional logContacts?: boolean

Defined in: src/bot.ts:19


logNetwork?

optional logNetwork?: boolean

Defined in: src/bot.ts:20


updateAddress?

optional updateAddress?: boolean

Defined in: src/bot.ts:13


updateProfile?

optional updateProfile?: boolean

Defined in: src/bot.ts:14


useBotProfile?

optional useBotProfile?: boolean

Defined in: src/bot.ts:18