export declare class LinkButtonBuilder extends LinkButtonBuilder_baseA builder that creates API-compatible JSON data for buttons with links.
Constructors
constructor(data?: Partial<APIButtonComponent>)
data?: Partial<APIButtonComponent>
Constructs a new instance of the LinkButtonBuilder class
protectedreadonlydata : Partial<APIButtonComponentWithURL> 
 setURL(url: string) : this
url: string
Sets the URL for this button.