IlyaSemenov / grammy-scenes

Nested named scenes for grammY
MIT License
26 stars 0 forks source link

Enter scene for cron #15

Closed roviks closed 1 year ago

roviks commented 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?

IlyaSemenov commented 1 year ago

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.