Layer 220
constructor
inputPrivacyValueDisallowUsers#90110467 users:Vector<InputUser> = InputPrivacyRule;

Parameters

Name Type Description
Users Vector<InputUser> Users to disallow

Gogram Example

// Creating InputPrivacyValueDisallowUsers constructor
obj := &tg.InputPrivacyValueDisallowUsers{
    Users: []tg.InputUser{&tg.InputUserSelf{}},
}