Constructor DiscordPremiumButtonComponent
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
DiscordPremiumButtonComponent(ulong, bool)
Constructs a new DiscordPremiumButtonComponent. This type of button does not send back and interaction when pressed.
[RequiresFeature(Features.MonetizedApplication)]
public DiscordPremiumButtonComponent(ulong skuId, bool disabled = false)
Parameters
skuIdulongThe sku id to set the button to.
disabledboolWhether or not this button can be pressed.
DiscordPremiumButtonComponent()
Initializes a new instance of the DiscordPremiumButtonComponent class.
public DiscordPremiumButtonComponent()