Layer 220
Type

Gogram Example

// SecureValueType is an interface type
// You can use any of the following constructors:
var _ tg.SecureValueType = &tg.SecureValueTypePersonalDetails{}
var _ tg.SecureValueType = &tg.SecureValueTypeDriverLicense{}
var _ tg.SecureValueType = &tg.SecureValueTypePassport{}
var _ tg.SecureValueType = &tg.SecureValueTypeInternalPassport{}
var _ tg.SecureValueType = &tg.SecureValueTypeIdentityCard{}
// ... and 8 more constructors