create_chat_folder_invite_link


Description:

public async ChatFolderInviteLink create_chat_folder_invite_link (int32 chat_folder_id, string name, ArrayList<int64?> chat_ids) throws TDLibError

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

Parameters:

chat_folder_id

Chat folder identifier

name

Name of the link; 0-32 characters

chat_ids

Identifiers of chats to be accessible by the invite link. Use Client.get_chats_for_chat_folder_invite_link to get suitable chats. Basic groups will be automatically converted to supergroups before link creation