- API ›
- Constructors ›
- Contact
Contact
---types--- contact#145ade0b user_id:long mutual:Bool = Contact
Belongs to
| Contact |
In Rust this constructor is a variant of the enums::Contact enum.
Match on it with: if let enums::Contact::Contact(v) = result { ... }