UpdateChannelParticipant¶
-
class
pyrogram.raw.types.
UpdateChannelParticipant
¶ A participant has left, joined, was banned or admined in a channel or supergroup.
Constructor type of
Update
.- Details
Layer:
122
ID:
0x65d2b464
- Parameters
channel_id (
int
32-bit
) – Channel ID.date (
int
32-bit
) – Date of the event.user_id (
int
32-bit
) – User in question.qts (
int
32-bit
) – PTS.prev_participant (
ChannelParticipant
, optional) – Previous participant status.new_participant (
ChannelParticipant
, optional) – New participant status.