- API ›
- Constructors ›
- UpdateChatParticipants
UpdateChatParticipants
---types--- updateChatParticipants#07761198 participants:ChatParticipants = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateChatParticipants(v) = result { ... }
Parameters
| participants | ChatParticipants | required |