mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-09-17 08:47:24 +00:00
docs(APIFileUploadComponent): link to file types filtering (#1760)
This commit is contained in:
Generated
+2
@@ -1895,6 +1895,8 @@ export interface APIFileUploadComponent extends APIBaseComponent<ComponentType.F
|
||||
*
|
||||
* If only dot-prefixed extensions are specified, you must also include `.jpg` for image uploads
|
||||
* and both `.mp4` and `.mov` for video uploads because of mobile platform limitations.
|
||||
*
|
||||
* @see {@link https://docs.discord.com/developers/reference#file-type-filtering}
|
||||
*/
|
||||
file_types?: FileUploadType[];
|
||||
/**
|
||||
|
||||
Generated
+2
@@ -1890,6 +1890,8 @@ export interface APIFileUploadComponent extends APIBaseComponent<ComponentType.F
|
||||
*
|
||||
* If only dot-prefixed extensions are specified, you must also include `.jpg` for image uploads
|
||||
* and both `.mp4` and `.mov` for video uploads because of mobile platform limitations.
|
||||
*
|
||||
* @see {@link https://docs.discord.com/developers/reference#file-type-filtering}
|
||||
*/
|
||||
file_types?: FileUploadType[];
|
||||
/**
|
||||
|
||||
@@ -1895,6 +1895,8 @@ export interface APIFileUploadComponent extends APIBaseComponent<ComponentType.F
|
||||
*
|
||||
* If only dot-prefixed extensions are specified, you must also include `.jpg` for image uploads
|
||||
* and both `.mp4` and `.mov` for video uploads because of mobile platform limitations.
|
||||
*
|
||||
* @see {@link https://docs.discord.com/developers/reference#file-type-filtering}
|
||||
*/
|
||||
file_types?: FileUploadType[];
|
||||
/**
|
||||
|
||||
@@ -1890,6 +1890,8 @@ export interface APIFileUploadComponent extends APIBaseComponent<ComponentType.F
|
||||
*
|
||||
* If only dot-prefixed extensions are specified, you must also include `.jpg` for image uploads
|
||||
* and both `.mp4` and `.mov` for video uploads because of mobile platform limitations.
|
||||
*
|
||||
* @see {@link https://docs.discord.com/developers/reference#file-type-filtering}
|
||||
*/
|
||||
file_types?: FileUploadType[];
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user