export interface APIButtonComponentBase<Style extends ButtonStyle> extends APIBaseComponent<ComponentType.Button>See also: https://discord.com/developers/docs/interactions/message-components#buttons
Type Parameters
Style extends ButtonStyle
optionalexternaldisabled? : boolean
The status of the button
optionalexternalemoji? : APIMessageComponentEmoji
The emoji to display to the left of the text
optionalexternalid? : number
int32, auto generated via increment if not provided
Inherited from: APIBaseComponent
optionalexternallabel? : string
The label to be displayed on the button
externalstyle : Style
The style of the button