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 <Fleny113@outlook.com>

---------

Co-authored-by: Fleny <Fleny113@outlook.com>
This commit is contained in:
TriForMine
2025-03-21 18:06:09 +05:30
committed by GitHub
co-authored by Fleny
parent 80fa566121
commit 8c909f549c
+2
View File
@@ -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 */