From 8c909f549c9a838699de8aaa5800c98d5ff84b43 Mon Sep 17 00:00:00 2001 From: TriForMine Date: Fri, 21 Mar 2025 13:36:09 +0100 Subject: [PATCH] fix(types): Add missing skuId property in ButtonComponent (#4156) * Update discordeno.ts * Update discordeno.ts * Update packages/types/src/discordeno.ts Co-authored-by: Fleny --------- Co-authored-by: Fleny --- packages/types/src/discordeno.ts | 2 ++ 1 file changed, 2 insertions(+) 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 */