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

926 B

simplex-chat


simplex-chat / api / BotAddressSettings

Interface: BotAddressSettings

Defined in: src/api.ts:23

Bot address settings.

Properties

autoAccept?

optional autoAccept?: boolean

Defined in: src/api.ts:28

Automatically accept contact requests.

Default

true

businessAddress?

optional businessAddress?: boolean

Defined in: src/api.ts:41

Business contact address. For all requests business chats will be created where other participants can be added.

Default

false

welcomeMessage?

optional welcomeMessage?: string | MsgContent

Defined in: src/api.ts:34

Optional welcome message to show before connection to the users.

Default

undefined (no welcome message)