GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

GatewayEntitlementCreateDispatchData

https://discord.com/developers/docs/topics/gateway-events#entitlement-create

API/Type Aliases/GatewayEntitlementCreateDispatchData
seyfert/lib/types/gateway.d.ts

Signature

export type GatewayEntitlementCreateDispatchData = Omit<GatewayEntitlementModifyDispatchData, 'ends_at'> & {    ends_at: null;};

Members

This export does not declare public properties or methods in the generated declaration file.