Layer 220
AuthDropTempAuthKeys
Delete all temporary authorization keys except for the ones specified
method
Users
Bots
auth.dropTempAuthKeys#8e48a188 except_auth_keys:Vector<long> = Bool;
Parameters
| Name | Type | Description |
|---|---|---|
| ExceptAuthKeys | Vector<long> | The auth keys that shouldn't be dropped. |
Returns
BoolGogram Example
// AuthDropTempAuthKeys - positional arguments result, err := client.AuthDropTempAuthKeys([]long{}) if err != nil { // handle error } // result is *tg.Bool