From 3b224f541ee5439697f53777024a0b239ec05601 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 20 Mar 2023 16:49:34 +0000 Subject: [PATCH] Update content of files --- data/web/core.telegram.org/bots/api.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/web/core.telegram.org/bots/api.html b/data/web/core.telegram.org/bots/api.html index 3ff67c24ab..802b3fcc08 100644 --- a/data/web/core.telegram.org/bots/api.html +++ b/data/web/core.telegram.org/bots/api.html @@ -2115,7 +2115,7 @@ To learn how to create…">

Note: request_contact and request_location options will only work in Telegram versions released after 9 April, 2016. Older clients will display unsupported message.
Note: request_poll option will only work in Telegram versions released after 23 January, 2020. Older clients will display unsupported message.
Note: web_app option will only work in Telegram versions released after 16 April, 2022. Older clients will display unsupported message.
Note: request_user and request_chat options will only work in Telegram versions released after 3 February, 2023. Older clients will display unsupported message.

KeyboardButtonRequestUser

-

This object defines the criteria used to request a suitable user. The identifier of the selected user will be shared with the bot when the corresponding button is pressed.

+

This object defines the criteria used to request a suitable user. The identifier of the selected user will be shared with the bot when the corresponding button is pressed. More about requesting users »

@@ -2143,7 +2143,7 @@ To learn how to create…">

KeyboardButtonRequestChat

-

This object defines the criteria used to request a suitable chat. The identifier of the selected chat will be shared with the bot when the corresponding button is pressed.

+

This object defines the criteria used to request a suitable chat. The identifier of the selected chat will be shared with the bot when the corresponding button is pressed. More about requesting chats »