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.
事件名称
事件执行函数
附加选项
Generated using TypeDoc
Register a listener to one or more listeners.