Type alias BotHookObject

BotHookObject: {
    [key in BotHookKey]?: ((...args) => Promise<boolean | undefined>)[]
}

Generated using TypeDoc