diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.channel
/
GroupDMAddRecipient
Group
DMAdd
Recipient
@
Serializable
data
class
GroupDMAddRecipient
(
val
accessToken
:
String
,
val
nickname
:
String
)
(
source
)
Members
Constructors
Group
DMAdd
Recipient
Link copied to clipboard
constructor
(
accessToken
:
String
,
nickname
:
String
)
Properties
access
Token
Link copied to clipboard
@
SerialName
(
value
=
"access_token"
)
val
accessToken
:
String
nickname
Link copied to clipboard
@
SerialName
(
value
=
"nick"
)
val
nickname
:
String