ChatBadge

@Serializable
data class ChatBadge(val setId: String, val versions: List<ChatBadgeVersion>)

Twitch API: Get Global Chat Badges

Constructors

Link copied to clipboard
constructor(setId: String, versions: List<ChatBadgeVersion>)

Properties

Link copied to clipboard
@SerialName(value = "set_id")
val setId: String

an ID that identifies this set of chat badges (e.g., subscriber).

Link copied to clipboard

the list of different versions of the badge within this set.