editChatFolderInviteLink¶
Edits an invite link for a chat folder
editChatFolderInviteLink(
chat_folder_id: int32,
invite_link: string,
name: string,
chat_ids: list of int53
) → ChatFolderInviteLink
chat_folder_id¶
int32
Chat folder identifier
invite_link¶
string
Invite link to be edited
name¶
string
New name of the link; 0-32 characters
chat_ids¶
list of int53
New identifiers of chats to be accessible by the invite link. Use getChatsForChatFolderInviteLink to get suitable chats. Basic groups will be automatically converted to supergroups before link editing