Layer 220
method Users
account.getSecureValue#73665bc2 types:Vector<SecureValueType> = Vector<SecureValue>;

Parameters

Name Type Description
Types Vector<SecureValueType> Requested value types

Returns

Vector

Gogram Example

// AccountGetSecureValue - positional arguments
result, err := client.AccountGetSecureValue([]tg.SecureValueType{&tg.SecureValueType{}})
if err != nil {
    // handle error
}
// result is *tg.Vector