How do I send a premium button?

<message>.channel.send({
    components: [
        new ActionRowBuilder()
        .addComponents(
            new ButtonBuilder()
            .setLabel('Premium')
              .setStyle(6)
                .setSKUId('skuid'))
    ]
})

This error occurred.
 Expected the value to be a string or number
1246a8508222c043d6a7bc74b044d4d6.png
Was this page helpful?