Bit

@Serializable
data class Bit(val type: String, val id: Int? = null, val text: String? = null)

Information about an achievement bit.

Parameters

type

the bit's type

id

the ID of the bit's object

text

the bit's text

Constructors

Link copied to clipboard
constructor(type: String, id: Int? = null, text: String? = null)

Properties

Link copied to clipboard
val id: Int? = null

This field holds the ID of the bit's object.

Link copied to clipboard
val text: String? = null

This field holds the bit's text.

Link copied to clipboard

This field holds the bit's type.