check_chat_folder_invite_link()¶
- Client.check_chat_folder_invite_link()
Checks the validity of an invite link for a chat folder and returns information about the corresponding chat folder.
Usable by Users Bots
- Parameters:
invite_link (
str) – Invite link to be checked.- Returns:
ChatFolderInviteLinkInfo– Information about the chat folder corresponding to the invite link.- Raises:
BadRequest – In case the folder invite link not exists.
ValueError – In case the folder invite link is invalid.