Layer 220
PrivacyValueAllowUsers
Allow only certain users
constructor
privacyValueAllowUsers#b8905fb2 users:Vector<long> = PrivacyRule;
Parameters
| Name | Type | Description |
|---|---|---|
| Users | Vector<long> | Allowed users |
Returns
PrivacyRuleGogram Example
// Creating PrivacyValueAllowUsers constructor obj := &tg.PrivacyValueAllowUsers{ Users: []long{}, }