- API ›
- Constructors ›
- InputPrivacyValueDisallowUsers
InputPrivacyValueDisallowUsers
---types--- inputPrivacyValueDisallowUsers#90110467 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::InputPrivacyValueDisallowUsers(v) = result { ... }