diff --git a/data/web/core.telegram.org/bots/api.html b/data/web/core.telegram.org/bots/api.html
index 85c66a22f0..f2c6984ce1 100644
--- a/data/web/core.telegram.org/bots/api.html
+++ b/data/web/core.telegram.org/bots/api.html
@@ -2122,7 +2122,7 @@ To learn how to create…">
request_id |
Integer |
-Signed 32-bit identifier of the request |
+Signed 32-bit identifier of the request, which will be received back in the UserShared object. Must be unique within the message |
user_is_bot |
@@ -2150,7 +2150,7 @@ To learn how to create…">
request_id |
Integer |
-Signed 32-bit identifier of the request |
+Signed 32-bit identifier of the request, which will be received back in the ChatShared object. Must be unique within the message |
chat_is_channel |
diff --git a/data/web/corefork.telegram.org/bots/api.html b/data/web/corefork.telegram.org/bots/api.html
index f689031ec9..abf2e073b3 100644
--- a/data/web/corefork.telegram.org/bots/api.html
+++ b/data/web/corefork.telegram.org/bots/api.html
@@ -2122,7 +2122,7 @@ To learn how to create…">
request_id |
Integer |
-Signed 32-bit identifier of the request |
+Signed 32-bit identifier of the request, which will be received back in the UserShared object. Must be unique within the message |
user_is_bot |
@@ -2150,7 +2150,7 @@ To learn how to create…">
request_id |
Integer |
-Signed 32-bit identifier of the request |
+Signed 32-bit identifier of the request, which will be received back in the ChatShared object. Must be unique within the message |
chat_is_channel |