Validates and extracts flow context from a signed payload string, a web_app_data payload, or an incoming Telegram update.
web_app_data
const context = extractFlowContext(update, "secret"); Copy
const context = extractFlowContext(update, "secret");
Validates and extracts flow context from a signed payload string, a
web_app_datapayload, or an incoming Telegram update.