2

My problem is that there is not much information about making a Scene and Stage with Telegraf in node js, I mean Telegraf version 4.

I searched a bit on the internet and found some documentation, but all of them are for version 3, not for later versions. The only link that was better than the others was this link. As I said, it is for the 3rd version of Telegraf.

If anyone knows anything about making and handling Stages and Scenes, I would be grateful if you could help me.

1 Answers1

0

Work with scenes Example:

const weatherStage = new Scenes.Stage(scene)

or array

const weatherStage = new Scenes.Stage([scenes])