interface APIButtonComponentWithCustomId
extends
APIButtonComponentBase<ButtonStyle.Danger | ButtonStyle.Primary | ButtonStyle.Secondary | ButtonStyle.Success>external
export interface APIButtonComponentWithCustomId extends APIButtonComponentBase<ButtonStyle.Danger | ButtonStyle.Primary | ButtonStyle.Secondary | ButtonStyle.Success>
externalstring custom_id :
The custom_id to be sent in the interaction when clicked
optionalexternalAPIMessageComponentEmoji emoji? :
The emoji to display to the left of the text
Inherited from: APIButtonComponentBase
optionalexternalstring label? :
The label to be displayed on the button
Inherited from: APIButtonComponentBase