Starts a persisted coordinated flow and sends the signed Mini App launch message.
const result = await initiateCoordinatedFlow(bot, manager, { chatId: 1, flowId: "task-shop", initialStep: "catalog", secret: "coord-secret", text: "Continue in the Mini App", userId: "42", webAppUrl: "https://example.ngrok.app"}); Copy
const result = await initiateCoordinatedFlow(bot, manager, { chatId: 1, flowId: "task-shop", initialStep: "catalog", secret: "coord-secret", text: "Continue in the Mini App", userId: "42", webAppUrl: "https://example.ngrok.app"});
Starts a persisted coordinated flow and sends the signed Mini App launch message.