mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user