Table of Contents

Method DeleteTestEntitlementAsync

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

DeleteTestEntitlementAsync(ulong)

Deletes a test entitlement

public ValueTask DeleteTestEntitlementAsync(ulong entitlementId)

Parameters

entitlementId ulong

The id of the test entitlement which should be deleted

Returns

ValueTask

DeleteTestEntitlementAsync(DiscordEntitlement)

Deletes a test entitlement

public ValueTask DeleteTestEntitlementAsync(DiscordEntitlement entitlement)

Parameters

entitlement DiscordEntitlement

The test entitlement which should be deleted

Returns

ValueTask