diff --git a/packages/types/src/discordeno.ts b/packages/types/src/discordeno.ts index e40a7425a..d34fc9088 100644 --- a/packages/types/src/discordeno.ts +++ b/packages/types/src/discordeno.ts @@ -148,6 +148,8 @@ export interface ButtonComponent { /** Whether this emoji is animated */ animated?: boolean } + /** Identifier for a purchasable SKU, only available when using premium-style buttons */ + skuId?: BigString /** optional url for link-style buttons that can navigate a user to the web. Only type 5 Link buttons can have a url */ url?: string /** Whether or not this button is disabled */