mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-07-22 06:02:55 +00:00
feat(APIUnfurledMediaItem): add attachment_id (#1273)
This commit is contained in:
Generated
+4
@@ -2132,6 +2132,10 @@ export interface APIUnfurledMediaItem {
|
||||
content_type?: string | null;
|
||||
loading_state?: UnfurledMediaItemLoadingState;
|
||||
flags?: number;
|
||||
/**
|
||||
* The id of the uploaded attachment. This field is ignored and provided by the API as part of the response
|
||||
*/
|
||||
attachment_id?: Snowflake;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Generated
+4
@@ -2129,6 +2129,10 @@ export interface APIUnfurledMediaItem {
|
||||
content_type?: string | null;
|
||||
loading_state?: UnfurledMediaItemLoadingState;
|
||||
flags?: number;
|
||||
/**
|
||||
* The id of the uploaded attachment. This field is ignored and provided by the API as part of the response
|
||||
*/
|
||||
attachment_id?: Snowflake;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -2132,6 +2132,10 @@ export interface APIUnfurledMediaItem {
|
||||
content_type?: string | null;
|
||||
loading_state?: UnfurledMediaItemLoadingState;
|
||||
flags?: number;
|
||||
/**
|
||||
* The id of the uploaded attachment. This field is ignored and provided by the API as part of the response
|
||||
*/
|
||||
attachment_id?: Snowflake;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -2129,6 +2129,10 @@ export interface APIUnfurledMediaItem {
|
||||
content_type?: string | null;
|
||||
loading_state?: UnfurledMediaItemLoadingState;
|
||||
flags?: number;
|
||||
/**
|
||||
* The id of the uploaded attachment. This field is ignored and provided by the API as part of the response
|
||||
*/
|
||||
attachment_id?: Snowflake;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user