Layer 220
AccountGetAllSecureValues
Get all saved Telegram Passport documents, for more info see the passport docs
method
Users
account.getAllSecureValues#b288bc7d = Vector<SecureValue>;
Returns
VectorGogram Example
// AccountGetAllSecureValues - positional arguments result, err := client.AccountGetAllSecureValues() if err != nil { // handle error } // result is *tg.Vector