From 486a32cf403fb8c2996bb6707202aff4d17190d2 Mon Sep 17 00:00:00 2001 From: levlam Date: Fri, 13 May 2022 14:13:32 +0300 Subject: [PATCH] Improve is_recommended documentation. --- td/generate/scheme/td_api.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/td/generate/scheme/td_api.tl b/td/generate/scheme/td_api.tl index 260beb75e..3bcf14b36 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -890,7 +890,7 @@ messageCalendar total_count:int32 days:vector = MessageCalen //@description Describes a sponsored message //@message_id Message identifier; unique for the chat to which the sponsored message belongs among both ordinary and sponsored messages -//@is_recommended True, if the message is recommended +//@is_recommended True, if the message needs to be labeled as "recommended" instead of "sponsored" //@sponsor_chat_id Sponsor chat identifier; 0 if the sponsor chat is accessible through an invite link //@sponsor_chat_info Information about the sponsor chat; may be null unless sponsor_chat_id == 0 //@link An internal link to be opened when the sponsored message is clicked; may be null if the sponsor chat needs to be opened instead