Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Handler

Hierarchy

  • Handler

Properties

Properties

name

name: string

Gets information on the handler that triggered this webhook call.

example

// Using conv.input.raw
app.handle('handler name', conv => {
 conv.close(`Function ${conv.handler.name}` was trigger)
})

Generated using TypeDoc