interface APIButtonComponentWithURL
extends
APIButtonComponentBase<ButtonStyle.Link>export interface APIButtonComponentWithURL extends APIButtonComponentBase<ButtonStyle.Link>
optionalAPIMessageComponentEmoji emoji? :
The emoji to display to the left of the text
Inherited from: APIButtonComponentBase
optionalstring label? :
The label to be displayed on the button
Inherited from: APIButtonComponentBase
string url :
The URL to direct users to when clicked for Link buttons