PeerChat
- class pyrogram.raw.types.PeerChat
Group.
Constructor of
Peer.- Details:
Layer:
223ID:
36C6019A
- Parameters:
chat_id (
int64-bit) – Group identifier
- Functions:
This object can be returned by 1 function.
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_id →
longExample
PeerChat(
chat_id=0,
)