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
/
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
>