Table of Contents

Method WithIsEligible

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

WithIsEligible(bool)

Sets whether the user is eligible for a social layer SKU purchase.

warning

Can only be used for applications using the social layer sdk and interaction response type SocialLayerSkuPurchaseEligibility

public DiscordInteractionResponseBuilder WithIsEligible(bool isEligible)

Parameters

isEligible bool

Whether the user is eligible.

Returns

DiscordInteractionResponseBuilder

The current builder to chain calls with.