- API ›
- Constructors ›
- UpdateChatParticipantDelete
UpdateChatParticipantDelete
---types--- updateChatParticipantDelete#e32f3d77 chat_id:long user_id:long version: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::UpdateChatParticipantDelete(v) = result { ... }