Enum ButtonStyle
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents different styles to use with buttons. You can see an example of the different styles at https://discord.com/developers/docs/interactions/message-components#buttons-button-styles
public enum ButtonStyle
Fields
Danger = 4A Red button.
Link = 5A Secondary button with a little popup box indicating that this button is a link.
Premium = 6A gradient button, opens a product's details modal.
Primary = 1A Blurple button.
Secondary = 2A Grey (or gray) button.
Success = 3A Green button.