toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
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