Layer 220
InputPrivacyValueDisallowUsers
Disallow only certain users
constructor
inputPrivacyValueDisallowUsers#90110467 users:Vector<InputUser> = InputPrivacyRule;
Parameters
| Name | Type | Description |
|---|---|---|
| Users | Vector<InputUser> | Users to disallow |
Returns
InputPrivacyRuleGogram Example
// Creating InputPrivacyValueDisallowUsers constructor obj := &tg.InputPrivacyValueDisallowUsers{ Users: []tg.InputUser{&tg.InputUserSelf{}}, }