@typed-discord/rest
Preparing search index...
types
MessageAttachmentResponse
Interface MessageAttachmentResponse
interface
MessageAttachmentResponse
{
application
?:
ApplicationResponse
;
clip_created_at
?:
string
;
clip_participants
?:
UserResponse
[]
;
content_type
?:
string
;
description
?:
string
;
duration_secs
?:
number
;
ephemeral
?:
boolean
;
filename
:
string
;
flags
?:
number
;
height
?:
number
;
id
:
`
${
bigint
}
`
;
placeholder
?:
string
;
placeholder_version
?:
number
;
proxy_url
:
string
;
size
:
number
;
title
?:
string
|
null
;
url
:
string
;
waveform
?:
string
;
width
?:
number
;
}
Index
Properties
application?
clip_
created_
at?
clip_
participants?
content_
type?
description?
duration_
secs?
ephemeral?
filename
flags?
height?
id
placeholder?
placeholder_
version?
proxy_
url
size
title?
url
waveform?
width?
Properties
Optional
application
application
?:
ApplicationResponse
Optional
clip_
created_
at
clip_created_at
?:
string
Optional
clip_
participants
clip_participants
?:
UserResponse
[]
Optional
content_
type
content_type
?:
string
Optional
description
description
?:
string
Optional
duration_
secs
duration_secs
?:
number
Optional
ephemeral
ephemeral
?:
boolean
filename
filename
:
string
Optional
flags
flags
?:
number
Optional
height
height
?:
number
id
id
:
`
${
bigint
}
`
Optional
placeholder
placeholder
?:
string
Optional
placeholder_
version
placeholder_version
?:
number
proxy_
url
proxy_url
:
string
size
size
:
number
Optional
title
title
?:
string
|
null
url
url
:
string
Optional
waveform
waveform
?:
string
Optional
width
width
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
application
clip_
created_
at
clip_
participants
content_
type
description
duration_
secs
ephemeral
filename
flags
height
id
placeholder
placeholder_
version
proxy_
url
size
title
url
waveform
width
@typed-discord/rest
Loading...