Layer 220
constructor
privacyValueAllowUsers#b8905fb2 users:Vector<long> = PrivacyRule;

Parameters

Name Type Description
Users Vector<long> Allowed users

Returns

PrivacyRule

Gogram Example

// Creating PrivacyValueAllowUsers constructor
obj := &tg.PrivacyValueAllowUsers{
    Users: []long{},
}