Layer 220
constructor
inputPrivacyValueAllowUsers#131cc67f users:Vector<InputUser> = InputPrivacyRule;

Parameters

Name Type Description
Users Vector<InputUser> Allowed users

Gogram Example

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