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>externalcustom_id : string
The custom_id to be sent in the interaction when clicked
optionalexternalemoji? : APIMessageComponentEmoji
The emoji to display to the left of the text
Inherited from: APIButtonComponentBase
optionalexternalid? : number
int32, auto generated via increment if not provided
Inherited from: APIBaseComponent
optionalexternallabel? : string
The label to be displayed on the button
Inherited from: APIButtonComponentBase