AccountBadge

@Serializable
data class AccountBadge(val name: String, val description: String, val imageUrl: String)(source)

A displayed account badge.

Constructors

Link copied to clipboard
constructor(name: String, description: String, imageUrl: String)

Properties

Link copied to clipboard

A brief description of how the badge is obtained.

Link copied to clipboard

The URL to the badge's image.

Link copied to clipboard

The name of the badge.