ChatEmpty
- class pyrogram.raw.types.ChatEmpty
Empty constructor, group doesn’t exist
Constructor of
Chat.- Details:
Layer:
223ID:
29562865
- Parameters:
id (
int64-bit) – Group identifier
TL Schema
chatEmpty#29562865
id:long
= Chat
Parameter Tree
ChatEmpty
└── id →
longExample
ChatEmpty(
id=0,
)