Functiondiscord-component-embedv0.1.0LinkButtonA button that opens a URL. It is the only kind of button a component embed allows. LinkButton(_props: LinkButtonProps): nullExamplesCopy<LinkButton url="https://guide.seedcord.org" label="Guide" emoji={{ name: '📖' }} />Copy// a custom emoji takes its id. add animated: true for a gif <LinkButton url="https://seedcord.org" label="seedcord" emoji={{ name: 'seedcord', id: '1538077321318236281' }} />Params_props_props: LinkButtonProps