- API ›
- Constructors ›
- UpdateChatParticipantAdd
UpdateChatParticipantAdd
---types--- updateChatParticipantAdd#3dda5451 chat_id:long user_id:long inviter_id:long date:int 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::UpdateChatParticipantAdd(v) = result { ... }