InputPeerChat
- class pyrogram.raw.types.InputPeerChat
Defines a chat for further interaction.
Constructor of
InputPeer.- Details:
Layer:
223ID:
35A95CB9
- Parameters:
chat_id (
int64-bit) – Chat identifier
TL Schema
inputPeerChat#35a95cb9
chat_id:long
= InputPeer
Parameter Tree
InputPeerChat
└── chat_id →
longExample
InputPeerChat(
chat_id=0,
)