From 23c2dc05f11d5b2b6aca9502bcf09136035681a9 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 30 Nov 2023 07:56:36 +0000 Subject: [PATCH] feat(schema): update documentation to the latest layer --- _schema/164.json | 13 ++++++++++--- _schema/latest.json | 13 ++++++++++--- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/_schema/164.json b/_schema/164.json index bcc0d07..8281da6 100644 --- a/_schema/164.json +++ b/_schema/164.json @@ -45018,7 +45018,11 @@ }, "from_side_menu": { "name": "from_side_menu", - "description": " " + "description": "Set this flag if opening the Mini App from the installed side menu entry »¹ or from a startapp link »².", + "links": [ + "https://core.telegram.org/api/bots/attach", + "https://core.telegram.org/api/links#open-anywhere" + ] }, "from_switch_webview": { "name": "from_switch_webview", @@ -45033,7 +45037,10 @@ }, "start_param": { "name": "start_param", - "description": " " + "description": "Start parameter, if opening from a startapp link »¹.", + "links": [ + "https://core.telegram.org/api/links#open-anywhere" + ] }, "theme_params": { "name": "theme_params", @@ -45044,7 +45051,7 @@ }, "url": { "name": "url", - "description": "Web app URL" + "description": "Web app URL, if opening from a keyboard button or inline result" } } }, diff --git a/_schema/latest.json b/_schema/latest.json index bcc0d07..8281da6 100644 --- a/_schema/latest.json +++ b/_schema/latest.json @@ -45018,7 +45018,11 @@ }, "from_side_menu": { "name": "from_side_menu", - "description": " " + "description": "Set this flag if opening the Mini App from the installed side menu entry »¹ or from a startapp link »².", + "links": [ + "https://core.telegram.org/api/bots/attach", + "https://core.telegram.org/api/links#open-anywhere" + ] }, "from_switch_webview": { "name": "from_switch_webview", @@ -45033,7 +45037,10 @@ }, "start_param": { "name": "start_param", - "description": " " + "description": "Start parameter, if opening from a startapp link »¹.", + "links": [ + "https://core.telegram.org/api/links#open-anywhere" + ] }, "theme_params": { "name": "theme_params", @@ -45044,7 +45051,7 @@ }, "url": { "name": "url", - "description": "Web app URL" + "description": "Web app URL, if opening from a keyboard button or inline result" } } },