Layer 227
UpdatePrivacy
Privacy rules were changed
constructor
updatePrivacy#ee3b272a key:PrivacyKey rules:Vector<PrivacyRule> = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| Key | PrivacyKey | Peers to which the privacy rules apply |
| Rules | Vector < PrivacyRule > | New privacy rules |
Returns
UpdateGogram Example
// Creating UpdatePrivacy constructor obj := &tg.UpdatePrivacy{ Key: &tg.PrivacyKey{}, Rules: &tg.VectorPrivacyRule{}, }