Table of Contents

Interface IEntitlementCreateGatewayHandler

Namespace
NetCord.Hosting.Gateway
Assembly
NetCord.Hosting.dll

Sent when an entitlement is created. The inner payload is an Entitlement object.

public interface IEntitlementCreateGatewayHandler : IGatewayHandler

Remarks


Required Intents: None
Optional Intents: None

Methods

HandleAsync(Entitlement)

ValueTask HandleAsync(Entitlement arg)

Parameters

arg Entitlement

Returns

ValueTask