UpdateChatParticipant
- class pyrogram.raw.types.UpdateChatParticipant
A user has joined or left a specific chat
Constructor of
Update.- Details:
Layer:
196ID:
D087663A
- Parameters:
chat_id (
int64-bit) – Chat IDdate (
int32-bit) – When did this event occuractor_id (
int64-bit) – User that triggered the change (inviter, admin that kicked the user, or the even the user_id itself)user_id (
int64-bit) – User that was affected by the changeqts (
int32-bit) – New qts value, see updates » for more info.prev_participant (
ChatParticipant, optional) – Previous participant info (empty if this participant just joined)new_participant (
ChatParticipant, optional) – New participant info (empty if this participant just left)invite (
ExportedChatInvite, optional) – The invite that was used to join the group