UpdateChatParticipantDelete
- class pyrogram.raw.types.UpdateChatParticipantDelete
A member has left the group.
Constructor of
Update.- Details:
Layer:
223ID:
E32F3D77
- Parameters:
chat_id (
int64-bit) – Group IDuser_id (
int64-bit) – ID of the userversion (
int32-bit) – Used in basic groups to reorder updates and make sure that all of them was received.
TL Schema
updateChatParticipantDelete#e32f3d77
chat_id:long
user_id:long
version:int
= Update
Parameter Tree
UpdateChatParticipantDelete
├── chat_id →
long├── user_id →
long└── version →
intExample
UpdateChatParticipantDelete(
chat_id=0,
user_id=0,
version=0,
)