ChatColorEntry

@Serializable
data class ChatColorEntry(val userId: String, val userLogin: String, val userName: String, val color: String)

Represents a user's chat name color.

See also

Constructors

Link copied to clipboard
constructor(userId: String, userLogin: String, userName: String, color: String)

Properties

Link copied to clipboard

the Hex color code that the user uses in chat for their name. If the user hasn't specified a color in their settings, the string is empty.

Link copied to clipboard
@SerialName(value = "user_id")
val userId: String

an ID that uniquely identifies the user.

Link copied to clipboard
@SerialName(value = "user_login")
val userLogin: String

the user's login name.

Link copied to clipboard
@SerialName(value = "user_name")
val userName: String

the user's display name.