@typed-discord/rest
    Preparing search index...

    Interface CreateEntitlementRequestData

    interface CreateEntitlementRequestData {
        owner_id: `${bigint}`;
        owner_type: EntitlementOwnerTypes;
        sku_id: `${bigint}`;
    }
    Index

    Properties

    owner_id: `${bigint}`

    ID of the guild or user to grant the entitlement to

    1 for a guild subscription, 2 for a user subscription

    sku_id: `${bigint}`

    ID of the SKU to grant the entitlement to