From 33510644ed0da30d3db4b3ae5395a6310a822d32 Mon Sep 17 00:00:00 2001 From: sys-001 Date: Mon, 25 Oct 2021 00:46:58 +0000 Subject: [PATCH] deploy: 05c9d3f2ebe68805c318ea0fedd0d6821f2436e8 --- schemas/botapi.json | 4 ++-- schemas/botapi.yaml | 4 ++-- schemas/botapi_openapi.json | 2 +- schemas/botapi_openapi.yaml | 2 +- schemas/botapi_postman.json | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/schemas/botapi.json b/schemas/botapi.json index dcde902..bcdefbd 100644 --- a/schemas/botapi.json +++ b/schemas/botapi.json @@ -7116,7 +7116,7 @@ }, { "name": "getMe", - "description": "A simple method for testing your bot's auth token. Requires no parameters. Returns basic information about the bot in form of a User object.", + "description": "A simple method for testing your bot's authentication token. Requires no parameters. Returns basic information about the bot in form of a User object.", "fields": [], "return_types": [ "User" @@ -10386,7 +10386,7 @@ "string" ], "optional": true, - "description": "Deep-linking parameter for the /start message sent to the bot when user presses the switch button. 1-64 characters, only A-Z, a-z, 0-9, _ and - are allowed.Example: An inline bot that sends YouTube videos can ask the user to connect the bot to their YouTube account to adapt search results accordingly. To do this, it displays a 'Connect your YouTube account' button above the results, or even before showing any. The user presses the button, switches to a private chat with the bot and, in doing so, passes a start parameter that instructs the bot to return an oauth link. Once done, the bot can offer a switch_inline button so that the user can easily return to the chat where they wanted to use the bot's inline capabilities." + "description": "Deep-linking parameter for the /start message sent to the bot when user presses the switch button. 1-64 characters, only A-Z, a-z, 0-9, _ and - are allowed.Example: An inline bot that sends YouTube videos can ask the user to connect the bot to their YouTube account to adapt search results accordingly. To do this, it displays a 'Connect your YouTube account' button above the results, or even before showing any. The user presses the button, switches to a private chat with the bot and, in doing so, passes a start parameter that instructs the bot to return an OAuth link. Once done, the bot can offer a switch_inline button so that the user can easily return to the chat where they wanted to use the bot's inline capabilities." } ], "return_types": [ diff --git a/schemas/botapi.yaml b/schemas/botapi.yaml index cb5108b..cd14315 100644 --- a/schemas/botapi.yaml +++ b/schemas/botapi.yaml @@ -5320,7 +5320,7 @@ methods: - WebhookInfo - name: getMe - description: 'A simple method for testing your bot''s auth token. Requires no parameters. Returns basic information about the bot in form of a User object.' + description: 'A simple method for testing your bot''s authentication token. Requires no parameters. Returns basic information about the bot in form of a User object.' fields: { } return_types: - User @@ -7756,7 +7756,7 @@ methods: types: - string optional: true - description: 'Deep-linking parameter for the /start message sent to the bot when user presses the switch button. 1-64 characters, only A-Z, a-z, 0-9, _ and - are allowed.Example: An inline bot that sends YouTube videos can ask the user to connect the bot to their YouTube account to adapt search results accordingly. To do this, it displays a ''Connect your YouTube account'' button above the results, or even before showing any. The user presses the button, switches to a private chat with the bot and, in doing so, passes a start parameter that instructs the bot to return an oauth link. Once done, the bot can offer a switch_inline button so that the user can easily return to the chat where they wanted to use the bot''s inline capabilities.' + description: 'Deep-linking parameter for the /start message sent to the bot when user presses the switch button. 1-64 characters, only A-Z, a-z, 0-9, _ and - are allowed.Example: An inline bot that sends YouTube videos can ask the user to connect the bot to their YouTube account to adapt search results accordingly. To do this, it displays a ''Connect your YouTube account'' button above the results, or even before showing any. The user presses the button, switches to a private chat with the bot and, in doing so, passes a start parameter that instructs the bot to return an OAuth link. Once done, the bot can offer a switch_inline button so that the user can easily return to the chat where they wanted to use the bot''s inline capabilities.' return_types: - bool - diff --git a/schemas/botapi_openapi.json b/schemas/botapi_openapi.json index ddf60a7..4a3990c 100644 --- a/schemas/botapi_openapi.json +++ b/schemas/botapi_openapi.json @@ -4528,7 +4528,7 @@ } }, "/getMe": { - "description": "A simple method for testing your bot's auth token. Requires no parameters. Returns basic information about the bot in form of a User object.", + "description": "A simple method for testing your bot's authentication token. Requires no parameters. Returns basic information about the bot in form of a User object.", "post": { "requestBody": { "content": { diff --git a/schemas/botapi_openapi.yaml b/schemas/botapi_openapi.yaml index 898ff7e..5b7e16a 100644 --- a/schemas/botapi_openapi.yaml +++ b/schemas/botapi_openapi.yaml @@ -3069,7 +3069,7 @@ paths: default: $ref: '#/components/responses/UnknownError' /getMe: - description: 'A simple method for testing your bot''s auth token. Requires no parameters. Returns basic information about the bot in form of a User object.' + description: 'A simple method for testing your bot''s authentication token. Requires no parameters. Returns basic information about the bot in form of a User object.' post: requestBody: content: diff --git a/schemas/botapi_postman.json b/schemas/botapi_postman.json index 91fdd78..006167e 100644 --- a/schemas/botapi_postman.json +++ b/schemas/botapi_postman.json @@ -198,7 +198,7 @@ "getMe" ] }, - "description": "A simple method for testing your bot's auth token. Requires no parameters. Returns basic information about the bot in form of a User object." + "description": "A simple method for testing your bot's authentication token. Requires no parameters. Returns basic information about the bot in form of a User object." } }, { @@ -3748,7 +3748,7 @@ { "key": "switch_pm_parameter", "disabled": true, - "description": "Optional. Deep-linking parameter for the /start message sent to the bot when user presses the switch button. 1-64 characters, only A-Z, a-z, 0-9, _ and - are allowed.Example: An inline bot that sends YouTube videos can ask the user to connect the bot to their YouTube account to adapt search results accordingly. To do this, it displays a 'Connect your YouTube account' button above the results, or even before showing any. The user presses the button, switches to a private chat with the bot and, in doing so, passes a start parameter that instructs the bot to return an oauth link. Once done, the bot can offer a switch_inline button so that the user can easily return to the chat where they wanted to use the bot's inline capabilities.", + "description": "Optional. Deep-linking parameter for the /start message sent to the bot when user presses the switch button. 1-64 characters, only A-Z, a-z, 0-9, _ and - are allowed.Example: An inline bot that sends YouTube videos can ask the user to connect the bot to their YouTube account to adapt search results accordingly. To do this, it displays a 'Connect your YouTube account' button above the results, or even before showing any. The user presses the button, switches to a private chat with the bot and, in doing so, passes a start parameter that instructs the bot to return an OAuth link. Once done, the bot can offer a switch_inline button so that the user can easily return to the chat where they wanted to use the bot's inline capabilities.", "type": "text" } ]