Layer 220
AccountDeleteSecureValue
Delete stored Telegram Passport documents, for more info see the passport docs
method
Users
account.deleteSecureValue#b880bc4b types:Vector<SecureValueType> = Bool;
Parameters
| Name | Type | Description |
|---|---|---|
| Types | Vector<SecureValueType> | Document types to delete |
Returns
BoolGogram Example
// AccountDeleteSecureValue - positional arguments result, err := client.AccountDeleteSecureValue([]tg.SecureValueType{&tg.SecureValueType{}}) if err != nil { // handle error } // result is *tg.Bool