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>
See also: https://discord.com/developers/docs/components/reference#button
externalstring custom_id :
The custom_id to be sent in the interaction when clicked