mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-09-17 16:57:25 +00:00
fix: missing name and size property on APIFileComponent (#1404)
This commit is contained in:
Generated
+10
@@ -1582,6 +1582,16 @@ export interface APIFileComponent extends APIBaseComponent<ComponentType.File> {
|
||||
* @defaultValue `false`
|
||||
*/
|
||||
spoiler?: boolean;
|
||||
|
||||
/**
|
||||
* The name of the file. This field is ignored and provided by the API as part of the response
|
||||
*/
|
||||
name?: string;
|
||||
|
||||
/**
|
||||
* The size of the file in bytes. This field is ignored and provided by the API as part of the response
|
||||
*/
|
||||
size?: number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Generated
+10
@@ -1577,6 +1577,16 @@ export interface APIFileComponent extends APIBaseComponent<ComponentType.File> {
|
||||
* @defaultValue `false`
|
||||
*/
|
||||
spoiler?: boolean;
|
||||
|
||||
/**
|
||||
* The name of the file. This field is ignored and provided by the API as part of the response
|
||||
*/
|
||||
name?: string;
|
||||
|
||||
/**
|
||||
* The size of the file in bytes. This field is ignored and provided by the API as part of the response
|
||||
*/
|
||||
size?: number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -1582,6 +1582,16 @@ export interface APIFileComponent extends APIBaseComponent<ComponentType.File> {
|
||||
* @defaultValue `false`
|
||||
*/
|
||||
spoiler?: boolean;
|
||||
|
||||
/**
|
||||
* The name of the file. This field is ignored and provided by the API as part of the response
|
||||
*/
|
||||
name?: string;
|
||||
|
||||
/**
|
||||
* The size of the file in bytes. This field is ignored and provided by the API as part of the response
|
||||
*/
|
||||
size?: number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -1577,6 +1577,16 @@ export interface APIFileComponent extends APIBaseComponent<ComponentType.File> {
|
||||
* @defaultValue `false`
|
||||
*/
|
||||
spoiler?: boolean;
|
||||
|
||||
/**
|
||||
* The name of the file. This field is ignored and provided by the API as part of the response
|
||||
*/
|
||||
name?: string;
|
||||
|
||||
/**
|
||||
* The size of the file in bytes. This field is ignored and provided by the API as part of the response
|
||||
*/
|
||||
size?: number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user