Identify

data class Identify(val serverId: Snowflake, val userId: Snowflake, val sessionId: String, val token: String) : Command(source)

Constructors

Link copied to clipboard
constructor(serverId: Snowflake, userId: Snowflake, sessionId: String, token: String)

Properties

Link copied to clipboard
@SerialName(value = "server_id")
val serverId: Snowflake
Link copied to clipboard
@SerialName(value = "session_id")
val sessionId: String
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "user_id")
val userId: Snowflake