View Source ExTDLib.Method.EditChatFolderInviteLink (ExTDLib v0.0.4)
Edits an invite link for a chat folder. Returns object_ptr<ChatFolderInviteLink>.
| Name | Type | Description |
|---|---|---|
| chat_folder_id | number | Chat folder identifier. |
| invite_link | string | Invite link to be edited. |
| name | string | New name of the link; 0-32 characters. |
| chat_ids | string | 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. |
More details on telegram's documentation.