- API ›
- Constructors ›
- UpdateChatParticipant
UpdateChatParticipant
---types--- updateChatParticipant#d087663a chat_id:long date:int 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 |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateChatParticipant(v) = result { ... }
Parameters
| chat_id | long | required |
| date | int | required |
| actor_id | long | required |
| user_id | long | required |
| prev_participant | ChatParticipant | optional |
| new_participant | ChatParticipant | optional |
| invite | ExportedChatInvite | optional |
| qts | int | required |