From 80ab55862f3e799c14f639f399c8f4a277e35c01 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 4 Oct 2023 14:17:05 +0000 Subject: [PATCH] Update content of files --- .../tdlib/td/master/td/generate/scheme/td_api.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 94453cbed0..cdf2f14a0e 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 @@ -5243,7 +5243,7 @@ messageLinkInfo is_public:Bool chat_id:int53 message_thread_id:int53 message:mes //@description Contains an HTTPS link to boost a chat @link The link @is_public True, if the link will work for non-members of the chat chatBoostLink link:string is_public:Bool = ChatBoostLink; -//@description Contains information about a link to boost a a chat +//@description Contains information about a link to boost a chat //@is_public True, if the link will work for non-members of the chat //@chat_id Identifier of the chat to which the link points; 0 if the chat isn't found chatBoostLinkInfo is_public:Bool chat_id:int53 = ChatBoostLinkInfo;