DialogFilterChatlist#

class pyrogram.raw.types.DialogFilterChatlist#

A folder imported using a chat folder deep link.

Constructor of DialogFilter.

Details:
  • Layer: 158

  • ID: D64A04A8

Parameters:
  • id (int 32-bit) – ID of the folder.

  • title (str) – Name of the folder.

  • pinned_peers (List of InputPeer) – Pinned chats, folders can have unlimited pinned chats.

  • include_peers (List of InputPeer) – Chats to include in the folder.

  • has_my_invites (bool, optional) – Whether the current user has created some chat folder deep links » to share the folder as well.

  • emoticon (str, optional) – Emoji to use as icon for the folder.

Functions:

This object can be returned by 1 function.