ChatFolderInviteLinkInfo

class pyrogram.types.ChatFolderInviteLinkInfo[source]

Contains information about an invite link to a chat folder.

Parameters:
  • chat_folder_info (ChatFolderInfo) – Basic information about the chat folder. Chat folder identifier will be None if the user didn’t have the chat folder yet.

  • missing_chats (List of Chat) – Chats from the link, which aren’t added to the folder yet.

  • added_chats (List of Chat) – Chats from the link, which are added to the folder already.