- API ›
- Constructors ›
- InputPrivacyValueAllowUsers
InputPrivacyValueAllowUsers
---types--- inputPrivacyValueAllowUsers#131cc67f users:Vector<InputUser> = InputPrivacyRule
Belongs to
| InputPrivacyRule |
In Rust this constructor is a variant of the enums::InputPrivacyRule enum.
Match on it with: if let enums::InputPrivacyRule::InputPrivacyValueAllowUsers(v) = result { ... }