@typed-discord/rest
Preparing search index...
types
MessageAttachmentRequest
Interface MessageAttachmentRequest
interface
MessageAttachmentRequest
{
data
:
Blob
;
description
?:
string
|
null
;
duration_secs
?:
number
|
null
;
filename
?:
string
|
null
;
id
:
`
${
bigint
}
`
;
is_remix
?:
boolean
|
null
;
is_spoiler
?:
boolean
|
null
;
title
?:
string
|
null
;
waveform
?:
string
|
null
;
}
Index
Properties
data
description?
duration_
secs?
filename?
id
is_
remix?
is_
spoiler?
title?
waveform?
Properties
data
data
:
Blob
Optional
description
description
?:
string
|
null
Optional
duration_
secs
duration_secs
?:
number
|
null
Optional
filename
filename
?:
string
|
null
id
id
:
`
${
bigint
}
`
Optional
is_
remix
is_remix
?:
boolean
|
null
Optional
is_
spoiler
is_spoiler
?:
boolean
|
null
Optional
title
title
?:
string
|
null
Optional
waveform
waveform
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
description
duration_
secs
filename
id
is_
remix
is_
spoiler
title
waveform
@typed-discord/rest
Loading...