Type Alias: SubscriptionCallback
SubscriptionCallback = (botId, botName, event) => void
Defined in: packages/core/src/types.ts:42
Callback for subscription events
Receives all events from the processable with bot name context
Parameters
botId
string
botName
string
event
BaleybotStreamEvent
Returns
void