From e3bdd30d917b28a46f68011610f27ae2269d2413 Mon Sep 17 00:00:00 2001 From: levlam Date: Wed, 20 Sep 2023 21:31:02 +0300 Subject: [PATCH] Improve documentation. --- td/generate/scheme/td_api.tl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/td/generate/scheme/td_api.tl b/td/generate/scheme/td_api.tl index 733f4dd6e..ecfc9fb04 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -662,8 +662,8 @@ chatPermissions can_send_basic_messages:Bool can_send_audios:Bool can_send_docum //@can_promote_members True, if the administrator can add new administrators with a subset of their own privileges or demote administrators that were directly or indirectly promoted by them //@can_manage_video_chats True, if the administrator can manage video chats //@can_post_stories True, if the administrator can create new channel stories, or edit and delete posted stories; applicable to channels only -//@can_edit_stories True, if the administrator can edit stories of other users, pin stories and access story archive; applicable to channels only -//@can_delete_stories True, if the administrator can delete stories of other users; applicable to channels only +//@can_edit_stories True, if the administrator can edit stories posted by other users, pin stories and access story archive; applicable to channels only +//@can_delete_stories True, if the administrator can delete stories posted by other users; applicable to channels only //@is_anonymous True, if the administrator isn't shown in the chat member list and sends messages anonymously; applicable to supergroups only chatAdministratorRights can_manage_chat:Bool can_change_info:Bool can_post_messages:Bool can_edit_messages:Bool can_delete_messages:Bool can_invite_users:Bool can_restrict_members:Bool can_pin_messages:Bool can_manage_topics:Bool can_promote_members:Bool can_manage_video_chats:Bool can_post_stories:Bool can_edit_stories:Bool can_delete_stories:Bool is_anonymous:Bool = ChatAdministratorRights; @@ -4285,7 +4285,7 @@ premiumFeatureChatBoost = PremiumFeature; //@class PremiumStoryFeature @description Describes a story feature available to Premium users -//@description User stories are displayed before stories of non-premium contacts +//@description User stories are displayed before stories of non-premium contacts and channels premiumStoryFeaturePriorityOrder = PremiumStoryFeature; //@description The ability to hide the fact that the user viewed other's stories