RedeemedReward

@Serializable
data class RedeemedReward(val id: String, val title: String, val prompt: String = "", val cost: Int)

Summary of the reward that was redeemed, as returned in a RewardRedemption.

Constructors

Link copied to clipboard
constructor(id: String, title: String, prompt: String = "", cost: Int)

Properties

Link copied to clipboard
val cost: Int

the reward's cost, in Channel Points.

Link copied to clipboard
val id: String

the ID that uniquely identifies the redeemed reward.

Link copied to clipboard

the prompt displayed to the viewer if user input is required.

Link copied to clipboard

the reward's title.