Creates an inline keyboard button that launches a Mini App.
Optional coordination hints are encoded into the launch URL so later flow layers can recover them without widening the Telegram button shape.
const button = createMiniAppButton({ text: "Open Task Shop", webAppUrl: "https://example.ngrok.app", startPayload: "signed-flow"}); Copy
const button = createMiniAppButton({ text: "Open Task Shop", webAppUrl: "https://example.ngrok.app", startPayload: "signed-flow"});
Creates an inline keyboard button that launches a Mini App.
Optional coordination hints are encoded into the launch URL so later flow layers can recover them without widening the Telegram button shape.