From d63caeb8d080b6189bf4e9d8e9b4289b33710e64 Mon Sep 17 00:00:00 2001 From: levlam Date: Wed, 25 Oct 2023 18:00:53 +0300 Subject: [PATCH] Improve gift_code_boost_count 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 8285a94da..3afb42a72 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -3518,7 +3518,7 @@ prepaidPremiumGiveaway id:int64 user_count:int32 month_count:int32 payment_date: //@boost_url An HTTP URL, which can be used to boost the chat //@applied_slot_ids Identifiers of boost slots of the current user applied to the chat //@level Current boost level of the chat -//@gift_code_boost_count The number of boosts received by the chat from created Telegram Premium gift codes and giveaways +//@gift_code_boost_count The number of boosts received by the chat from created Telegram Premium gift codes and giveaways; always 0 if the current user isn't an administrator in the chat //@boost_count The number of boosts received by the chat //@current_level_boost_count The number of boosts added to reach the current level //@next_level_boost_count The number of boosts needed to reach the next level; 0 if the next level isn't available