Closed roviks closed 1 year ago
Hi! I need to start scene every day at specific time. But to enter scene i need context. How can I start the scene for a user without context?
I suppose you can do that with the same method as covered in Resuming a scene without having chat context
In the example, replace ctx.scenes.notify with ctx.scenes.enter, that should work.
ctx.scenes.notify
ctx.scenes.enter
Hi! I need to start scene every day at specific time. But to enter scene i need context. How can I start the scene for a user without context?