account.getSecureValue
Layer 225
Constructor ID: 0x73665bc2
Returns: SecureValue
Parameters
| Name | Type | Description |
|---|---|---|
types | []SecureValueType |
Example
go
result, err := client.Raw(&tg.GetSecureValueRequest{
types: nil,
})
if err != nil {
panic(err)
}
print(result)