export interface APIButtonComponentBase<Style extends ButtonStyle> extends APIBaseComponent<ComponentType.Button>
https://discord.com/developers/docs/interactions/message-components#buttons
Type Parameters
ButtonStyle Style extends
optionalexternalboolean disabled? :
The status of the button
optionalexternalAPIMessageComponentEmoji emoji? :
The emoji to display to the left of the text
optionalexternalstring label? :
The label to be displayed on the button
externalStyle style :
The style of the button