Layer 220
AccountGetSecureValue
Get saved Telegram Passport document, for more info see the passport docs
method
Users
account.getSecureValue#73665bc2 types:Vector<SecureValueType> = Vector<SecureValue>;
Parameters
| Name | Type | Description |
|---|---|---|
| Types | Vector<SecureValueType> | Requested value types |
Returns
VectorGogram Example
// AccountGetSecureValue - positional arguments result, err := client.AccountGetSecureValue([]tg.SecureValueType{&tg.SecureValueType{}}) if err != nil { // handle error } // result is *tg.Vector