- API ›
- Constructors ›
- ContactBirthday
ContactBirthday
---types--- contactBirthday#1d998733 contact_id:long birthday:Birthday = ContactBirthday
Belongs to
| ContactBirthday |
In Rust this constructor is a variant of the enums::ContactBirthday enum.
Match on it with: if let enums::ContactBirthday::ContactBirthday(v) = result { ... }