ChatFolderInfo¶
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¶
The name of the folder
icon¶
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
has_my_invite_links¶
Bool
True, if the chat folder has invite links created by the current user