Gets information on the handler that triggered this webhook call.
// Using conv.input.raw app.handle('handler name', conv => { conv.close(`Function ${conv.handler.name}` was trigger) })
Generated using TypeDoc
Gets information on the handler that triggered this webhook call.