what is the app handler called, used to distinguish between different app handlers
What is the app handler called, used to distinguish between different app handlers.
See example:
const app = new Bot(...)
const handler = new AppHandler(...)
...
app.use(handler)
app.use will call the function apphandler in the class handler.
app instance
Generated using TypeDoc
Set up the app handler.