UpdateChannelParticipant
---types--- updateChannelParticipant#985d3abb flags:# via_chatlist:flags.3?true channel_id:long date:date actor_id:long user_id:long prev_participant:flags.0?ChannelParticipant new_participant:flags.1?ChannelParticipant invite:flags.2?ExportedChatInvite qts:int = Update
Belongs to
Update |
This type can be an instance of either:
Members
channel_id | long | |
date | date | |
actor_id | long | |
user_id | long | |
qts | int | |
via_chatlist | flag | This argument defaults to None and can be omitted. |
prev_participant | ChannelParticipant | This argument defaults to None and can be omitted. |
new_participant | ChannelParticipant | This argument defaults to None and can be omitted. |
invite | ExportedChatInvite | This argument defaults to None and can be omitted. |