APIUnfurledMediaItem

export interface APIUnfurledMediaItem
export interface APIUnfurledMediaItem
attachment_id?:Snowflake
The id of the uploaded attachment. This field is ignored and provided by the API as part of the response
content_type?:string | null
The media type of the content. This field is ignored and provided by the API as part of the response
flags?:number
height?:number | null
The height of the media item. This field is ignored and provided by the API as part of the response
placeholder_version?:number | null
placeholder?:string | null
proxy_url?:string
The proxied url of the media item. This field is ignored and provided by the API as part of the response
url:string
Supports arbitrary urls and attachment:// references
width?:number | null
The width of the media item. This field is ignored and provided by the API as part of the response