toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
kord-rest
/
dev.kord.rest.json.request
/
GroupDMCreateRequest
Group
DMCreate
Request
@
Serializable
data
class
GroupDMCreateRequest
(
val
tokens
:
List
<
String
>
,
val
nick
:
Map
<
String
,
String
>
)
(
source
)
Members
Constructors
Group
DMCreate
Request
Link copied to clipboard
constructor
(
tokens
:
List
<
String
>
,
nick
:
Map
<
String
,
String
>
)
Properties
nick
Link copied to clipboard
val
nick
:
Map
<
String
,
String
>
tokens
Link copied to clipboard
@
SerialName
(
value
=
"access_tokens"
)
val
tokens
:
List
<
String
>