Method DeleteTestEntitlementAsync
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
DeleteTestEntitlementAsync(ulong)
Deletes a test entitlement
public ValueTask DeleteTestEntitlementAsync(ulong entitlementId)
Parameters
entitlementId
ulongThe id of the test entitlement which should be deleted
Returns
- ValueTask
DeleteTestEntitlementAsync(DiscordEntitlement)
Deletes a test entitlement
public ValueTask DeleteTestEntitlementAsync(DiscordEntitlement entitlement)
Parameters
entitlement
DiscordEntitlementThe test entitlement which should be deleted
Returns
- ValueTask