mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-27 20:08:34 +00:00
1.2 KiB
1.2 KiB
simplex-chat / bot / BotConfig
Interface: BotConfig
Defined in: src/bot.ts:36
Properties
dbOpts
dbOpts:
BotDbOpts
Defined in: src/bot.ts:38
events?
optionalevents?:EventSubscribers
Defined in: src/bot.ts:45
onCommands?
optionalonCommands?:object
Defined in: src/bot.ts:42
Index Signature
[key: string]: ((chatItem, command, chat) => void | Promise<void>) | undefined
onMessage?
optionalonMessage?: (chatItem,content,chat) =>void|Promise<void>
Defined in: src/bot.ts:40
Parameters
chatItem
AChatItem
content
MsgContent
chat
Returns
void | Promise<void>
options
options:
BotOptions
Defined in: src/bot.ts:39
profile
profile:
Profile
Defined in: src/bot.ts:37