@typed-discord/rest
Preparing search index...
types
UnfurledMediaResponse
Interface UnfurledMediaResponse
interface
UnfurledMediaResponse
{
attachment_id
?:
`
${
bigint
}
`
;
content_type
?:
string
|
null
;
height
?:
number
|
null
;
id
:
`
${
bigint
}
`
;
proxy_url
:
string
;
url
:
string
;
width
?:
number
|
null
;
}
Index
Properties
attachment_
id?
content_
type?
height?
id
proxy_
url
url
width?
Properties
Optional
attachment_
id
attachment_id
?:
`
${
bigint
}
`
Optional
content_
type
content_type
?:
string
|
null
Optional
height
height
?:
number
|
null
id
id
:
`
${
bigint
}
`
proxy_
url
proxy_url
:
string
url
url
:
string
Optional
width
width
?:
number
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attachment_
id
content_
type
height
id
proxy_
url
url
width
@typed-discord/rest
Loading...