- API ›
- Constructors ›
- ReadParticipantDate
ReadParticipantDate
---types--- readParticipantDate#4a4ff172 user_id:long date:int = ReadParticipantDate
Belongs to
| ReadParticipantDate |
In Rust this constructor is a variant of the enums::ReadParticipantDate enum.
Match on it with: if let enums::ReadParticipantDate::ReadParticipantDate(v) = result { ... }