Table of Contents

Method ConsumeEntitlementAsync

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

ConsumeEntitlementAsync(ulong)

Consumes an entitlement.

[RequiresFeature(Features.MonetizedApplication)]
public Task<bool> ConsumeEntitlementAsync(ulong entitlementId)

Parameters

entitlementId ulong

The entitlement id to consume.

Returns

Task<bool>

Whether the entitlement was consumed.