From 7a3214d385bc6ada0f722d8bd926a1426a03deb8 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 27 Nov 2023 07:52:44 +0000 Subject: [PATCH] feat(schema): update documentation to the latest layer --- _schema/164.json | 25 ++++++++++++++++++++----- _schema/latest.json | 25 ++++++++++++++++++++----- 2 files changed, 40 insertions(+), 10 deletions(-) diff --git a/_schema/164.json b/_schema/164.json index dcd1752..930fc35 100644 --- a/_schema/164.json +++ b/_schema/164.json @@ -34722,10 +34722,13 @@ }, "bots.allowSendMessage": { "name": "bots.allowSendMessage", + "description": [ + "Allow the specified bot to send us messages" + ], "parameters": { "bot": { "name": "bot", - "description": " " + "description": "The bot" } }, "errors": [ @@ -34772,10 +34775,13 @@ }, "bots.canSendMessage": { "name": "bots.canSendMessage", + "description": [ + "Check whether the specified bot can send us messages" + ], "parameters": { "bot": { "name": "bot", - "description": " " + "description": "The bot" } }, "errors": [ @@ -34872,18 +34878,27 @@ }, "bots.invokeWebViewCustomMethod": { "name": "bots.invokeWebViewCustomMethod", + "description": [ + "Send a custom request from a mini bot app¹" + ], + "links": [ + "https://core.telegram.org/api/bots/webapps" + ], "parameters": { "bot": { "name": "bot", - "description": " " + "description": "Identifier of the bot associated to the mini bot app¹", + "links": [ + "https://core.telegram.org/api/bots/webapps" + ] }, "custom_method": { "name": "custom_method", - "description": " " + "description": "Identifier of the custom method to invoke" }, "params": { "name": "params", - "description": " " + "description": "Method parameters" } }, "errors": [ diff --git a/_schema/latest.json b/_schema/latest.json index dcd1752..930fc35 100644 --- a/_schema/latest.json +++ b/_schema/latest.json @@ -34722,10 +34722,13 @@ }, "bots.allowSendMessage": { "name": "bots.allowSendMessage", + "description": [ + "Allow the specified bot to send us messages" + ], "parameters": { "bot": { "name": "bot", - "description": " " + "description": "The bot" } }, "errors": [ @@ -34772,10 +34775,13 @@ }, "bots.canSendMessage": { "name": "bots.canSendMessage", + "description": [ + "Check whether the specified bot can send us messages" + ], "parameters": { "bot": { "name": "bot", - "description": " " + "description": "The bot" } }, "errors": [ @@ -34872,18 +34878,27 @@ }, "bots.invokeWebViewCustomMethod": { "name": "bots.invokeWebViewCustomMethod", + "description": [ + "Send a custom request from a mini bot app¹" + ], + "links": [ + "https://core.telegram.org/api/bots/webapps" + ], "parameters": { "bot": { "name": "bot", - "description": " " + "description": "Identifier of the bot associated to the mini bot app¹", + "links": [ + "https://core.telegram.org/api/bots/webapps" + ] }, "custom_method": { "name": "custom_method", - "description": " " + "description": "Identifier of the custom method to invoke" }, "params": { "name": "params", - "description": " " + "description": "Method parameters" } }, "errors": [