- API ›
- Constructors ›
- UpdatePrivacy
UpdatePrivacy
---types--- updatePrivacy#ee3b272a key:PrivacyKey rules:Vector<PrivacyRule> = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdatePrivacy(v) = result { ... }
Parameters
| key | PrivacyKey | required |
| rules | Vector<PrivacyRule> | required |