Layer 220
constructor
secureRequiredTypeOneOf#27477b4 types:Vector<SecureRequiredType> = SecureRequiredType;

Parameters

Name Type Description
Types Vector<SecureRequiredType> Secure required value types

Gogram Example

// Creating SecureRequiredTypeOneOf constructor
obj := &tg.SecureRequiredTypeOneOf{
    Types: []tg.SecureRequiredType{&tg.SecureRequiredType{}},
}