A
Size: a a a
A
A
A
EG
bot.hears(
'my text', async (ctx) => {
...
});
bot.use(stage.middleware());
ctx.scene.enter('
myWizard');
будет валиться TypeError: Cannot read property 'enter' of undefined.ee
ee
ee
-C
ee
Bad Request: wrong file identifier/HTTP URL specified
EG
bot.hears(saveRouteMessage(), async (ctx) => {
return ctx.scene.enter('saveRouteWizard');
});
bot.hears(newRouteMessage(), async (ctx) => {
return ctx.scene.enter('newRouteWizard');
});
-C
-C
-C
-C
EG
-C
-C
-C