mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-27 12:56:03 +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
926 B
926 B
simplex-chat / api / BotAddressSettings
Interface: BotAddressSettings
Defined in: src/api.ts:23
Bot address settings.
Properties
autoAccept?
optionalautoAccept?:boolean
Defined in: src/api.ts:28
Automatically accept contact requests.
Default
true
businessAddress?
optionalbusinessAddress?: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?
optionalwelcomeMessage?:string|MsgContent
Defined in: src/api.ts:34
Optional welcome message to show before connection to the users.
Default
undefined (no welcome message)