From 82382ce41652db2cbc70f70b5d4064319da09725 Mon Sep 17 00:00:00 2001 From: levlam Date: Wed, 5 Apr 2023 21:30:14 +0300 Subject: [PATCH] Improve documentation. --- td/generate/scheme/td_api.tl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/td/generate/scheme/td_api.tl b/td/generate/scheme/td_api.tl index 19a4bc2c6..b4e12f0ea 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -6823,7 +6823,8 @@ getChatFolderDefaultIconName folder:chatFolder = ChatFolderIcon; //@description Creates a new invite link for a chat folder. A link can be created for a chat folder if it has only pinned and included chats //@chat_folder_id Chat folder identifier //@name Name of the link; 0-32 characters -//@chat_ids Identifiers of basic group, supergroup, or channel chats to be accessible by the invite link. The chats must be public, or the user must be able to invite new members to them by an invite link. Basic groups will be automatically converted to supergroups before link creation +//@chat_ids Identifiers of basic group, supergroup, or channel chats to be accessible by the invite link. The chats must be public and could be join without approval by chat administrators, +//-or the user must be able to invite new members to them by an invite link. Basic groups will be automatically converted to supergroups before link creation createChatFolderInviteLink chat_folder_id:int32 name:string chat_ids:vector = ChatFolderInviteLink; //@description Returns invite links created by the current user for a shareable chat folder @chat_folder_id Chat folder identifier @@ -6833,7 +6834,8 @@ getChatFolderInviteLinks chat_folder_id:int32 = ChatFolderInviteLinks; //@chat_folder_id Chat folder identifier //@invite_link Invite link to be edited //@name New name of the link; 0-32 characters -//@chat_ids New identifiers of basic group, supergroup, or channel chats to be accessible by the invite link. The chats must be public, or the user must be able to invite new members to them by an invite link. Basic groups will be automatically converted to supergroups before link editing +//@chat_ids New identifiers of basic group, supergroup, or channel chats to be accessible by the invite link. The chats must be public and could be join without approval by chat administrators, +//-or the user must be able to invite new members to them by an invite link. Basic groups will be automatically converted to supergroups before link editing editChatFolderInviteLink chat_folder_id:int32 invite_link:string name:string chat_ids:vector = ChatFolderInviteLink; //@description Deletes an invite link for a chat folder