From 731126fcd55806b66b1d7a479bfaa1f46d3b8959 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 9 Nov 2023 16:29:34 +0000 Subject: [PATCH] Update content of files --- data/web/macos.telegram.org.html | 2 +- .../tdlib/td/master/td/generate/scheme/td_api.tl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/web/macos.telegram.org.html b/data/web/macos.telegram.org.html index 3a593c1449..29100d3bb8 100644 --- a/data/web/macos.telegram.org.html +++ b/data/web/macos.telegram.org.html @@ -72,7 +72,7 @@

Version history

-

10.2.2 2023-11-04

+

10.2.3 2023-11-09

  • Bug fixes, minor improvements, and more.
diff --git a/data/web/raw.githubusercontent.com/tdlib/td/master/td/generate/scheme/td_api.tl b/data/web/raw.githubusercontent.com/tdlib/td/master/td/generate/scheme/td_api.tl index bf2c4942b3..933843379b 100644 --- a/data/web/raw.githubusercontent.com/tdlib/td/master/td/generate/scheme/td_api.tl +++ b/data/web/raw.githubusercontent.com/tdlib/td/master/td/generate/scheme/td_api.tl @@ -6723,9 +6723,9 @@ getMessage chat_id:int53 message_id:int53 = Message; //@description Returns information about a message, if it is available without sending network request. This is an offline request @chat_id Identifier of the chat the message belongs to @message_id Identifier of the message to get getMessageLocally chat_id:int53 message_id:int53 = Message; -//@description Returns information about a message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message, +//@description Returns information about a non-bundled message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message, //-the message with a previously set same background, and the topic creation message for messages of the types -//-messagePinMessage, messageGameScore, messagePaymentSuccessful, messageChatSetBackground and topic messages without replied message respectively +//-messagePinMessage, messageGameScore, messagePaymentSuccessful, messageChatSetBackground and topic messages without non-bundled replied message respectively //@chat_id Identifier of the chat the message belongs to //@message_id Identifier of the reply message getRepliedMessage chat_id:int53 message_id:int53 = Message;