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