Skip to content

ChatFolderInfo

Type · TDLib 1.8.67 · d1085f9c

Contains basic information about a chat folder

ChatFolderInfo(
  id: int32,
  name: ChatFolderName,
  icon: ChatFolderIcon,
  color_id: int32,
  is_shareable: Bool,
  has_my_invite_links: Bool
) → ChatFolderInfo

id

int32

Unique chat folder identifier

name

ChatFolderName

The name of the folder

icon

ChatFolderIcon

The chosen or default icon for the chat folder

color_id

int32

The identifier of the chosen color for the chat folder icon; from -1 to 6. If -1, then color is disabled

is_shareable

Bool

True, if at least one link has been created for the folder

Bool

True, if the chat folder has invite links created by the current user