ChatEmpty

class pyrogram.raw.types.ChatEmpty

Empty constructor, group doesn’t exist

Constructor of Chat.

Details:
  • Layer: 223

  • ID: 29562865

Parameters:

id (int 64-bit) – Group identifier

TL Schema

chatEmpty#29562865
id:long

= Chat

Parameter Tree

ChatEmpty
└── idlong

Example

ChatEmpty(
    id=0,
)