APIButtonComponentBase
https://discord.com/developers/docs/interactions/message-components#buttons
Signature
export interface APIButtonComponentBase<Style extends ButtonStyle> extends APIBaseComponent<ComponentType.Button>Properties
label?: string;The label to be displayed on the button
style: Style;The style of the button
emoji?: APIMessageComponentEmoji;The emoji to display to the left of the text
disabled?: boolean;The status of the button