PeerChat

class pyrogram.raw.types.PeerChat

Group.

Constructor of Peer.

Details:
  • Layer: 223

  • ID: 36C6019A

Parameters:

chat_id (int 64-bit) – Group identifier

Functions:

This object can be returned by 1 function.

chatlists.GetLeaveChatlistSuggestions

Returns identifiers of pinned or always included chats from a chat folder imported using a chat folder deep link », which are suggested to be left when the chat folder is deleted.

TL Schema

peerChat#36c6019a
chat_id:long

= Peer

Parameter Tree

PeerChat
└── chat_idlong

Example

PeerChat(
    chat_id=0,
)