InputPeerChat

class pyrogram.raw.types.InputPeerChat

Defines a chat for further interaction.

Constructor of InputPeer.

Details:
  • Layer: 223

  • ID: 35A95CB9

Parameters:

chat_id (int 64-bit) – Chat identifier

TL Schema

inputPeerChat#35a95cb9
chat_id:long

= InputPeer

Parameter Tree

InputPeerChat
└── chat_idlong

Example

InputPeerChat(
    chat_id=0,
)