UserAddDMRequest

data class UserAddDMRequest(val token: String, val nick: String)(source)

Constructors

Link copied to clipboard
constructor(token: String, nick: String)

Properties

Link copied to clipboard
Link copied to clipboard
@SerialName(value = "access_token")
val token: String