Table of Contents

Method GetEntitlementAsync

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

GetEntitlementAsync(ulong)

Gets an entitlement.

public Task<DiscordEntitlement?> GetEntitlementAsync(ulong entitlementId)

Parameters

entitlementId ulong

The entitlement id to fetch.

Returns

Task<DiscordEntitlement>

The requested DiscordEntitlement.