UpdateChatParticipant
---types--- updateChatParticipant#d087663a flags:# chat_id:long date:date actor_id:long user_id:long prev_participant:flags.0?ChatParticipant new_participant:flags.1?ChatParticipant invite:flags.2?ExportedChatInvite qts:int = Update
Belongs to
| Update |
This type can be an instance of either:
Members
| chat_id | long | |
| date | date | |
| actor_id | long | |
| user_id | long | |
| qts | int | |
| prev_participant | ChatParticipant | This argument defaults to None and can be omitted. |
| new_participant | ChatParticipant | This argument defaults to None and can be omitted. |
| invite | ExportedChatInvite | This argument defaults to None and can be omitted. |