kord
Toggle table of contents
or(map(map(map(map(valueof(ProcessOutputValueSource))))), map(map(map(map(valueof(ProcessOutputValueSource))))))
common
Platform filter
common
Switch theme
Search in API
kord
kord-rest
/
dev.kord.rest.json.request
/
AttachmentRequest
Attachment
Request
@
Serializable
data
class
AttachmentRequest
(
val
id
:
Snowflake
,
val
filename
:
Optional
<
String
>
=
Optional.Missing()
,
val
description
:
Optional
<
String
>
=
Optional.Missing()
)
(
source
)
Members
Constructors
Attachment
Request
Link copied to clipboard
constructor
(
id
:
Snowflake
,
filename
:
Optional
<
String
>
=
Optional.Missing()
,
description
:
Optional
<
String
>
=
Optional.Missing()
)
Properties
description
Link copied to clipboard
val
description
:
Optional
<
String
>
filename
Link copied to clipboard
val
filename
:
Optional
<
String
>
id
Link copied to clipboard
val
id
:
Snowflake