Layer 220
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

Bool

Gogram Example

// AuthDropTempAuthKeys - positional arguments
result, err := client.AuthDropTempAuthKeys([]long{})
if err != nil {
    // handle error
}
// result is *tg.Bool