diff --git a/data/core.telegram.org/bots/api.html b/data/core.telegram.org/bots/api.html
index 05433e128a..099d575d05 100644
--- a/data/core.telegram.org/bots/api.html
+++ b/data/core.telegram.org/bots/api.html
@@ -114,18 +114,6 @@ To learn how to create…">
WARNING! 
User identifiers can now be bigger than 2^31 - 1
and it is no longer possible to store them in a signed 32-bit integer type. User identifiers have up to 52 significant bits, so a 64-bit integer or double-precision float type is safe for storing them. Please make sure that your code can correctly handle such user identifiers.
-April 26, 2021
-Bot API 5.2
-
-- Support for Payments 2.0, see this manual for more details about the Bot Payments API.
-- Added the type InputInvoiceMessageContent to support sending invoices as inline query results.
-- Allowed sending invoices to group, supergroup and channel chats.
-- Added the fields max_tip_amount and suggested_tip_amounts to the method sendInvoice to allow adding optional tips to the payment.
-- The parameter start_parameter of the method sendInvoice became optional. If the parameter isn't specified, the invoice can be paid directly from forwarded messages.
-- Added the field chat_type to the class InlineQuery, containing the type of the chat, from which the inline request was sent.
-- Added the type VoiceChatScheduled and the field voice_chat_scheduled to the class Message.
-- Fixed an error in sendChatAction documentation to correctly mention “record_voice” and “upload_voice” instead of “record_audio” and “upload_audio” for related to voice note actions. Old action names will still work for backward compatibility.
-
See earlier changes »
Authorizing your bot
Each bot is given a unique authentication token when it is created. The token looks something like 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
, but we'll use simply <token> in this document instead. You can learn about obtaining tokens and generating new ones in this document.
@@ -3174,7 +3162,7 @@ To learn how to create…">
protect_content |
Boolean |
Optional |
-Protects the contents of sent message from forwarding and saving |
+Protects the contents of sent messages from forwarding and saving |
reply_to_message_id |