Skip to content

ChatFolderInviteLinkInfo

Type · TDLib 1.8.67 · d1085f9c

Contains information about an invite link to a chat folder

ChatFolderInviteLinkInfo(
  chat_folder_info: ChatFolderInfo,
  missing_chat_ids: list of int53,
  added_chat_ids: list of int53
) → ChatFolderInviteLinkInfo

chat_folder_info

ChatFolderInfo

Basic information about the chat folder; chat folder identifier will be 0 if the user didn't have the chat folder yet

missing_chat_ids

list of int53

Identifiers of the chats from the link, which aren't added to the folder yet

added_chat_ids

list of int53

Identifiers of the chats from the link, which are added to the folder already