ChannelPointsRedemptionAdd
data class ChannelPointsRedemptionAdd(val subscriptionType: String, val messageId: String, val timestamp: Instant, val id: String, val broadcasterUserId: String, val broadcasterUserLogin: String, val broadcasterUserName: String, val userId: String, val userLogin: String, val userName: String, val userInput: String, val status: String, val reward: ChannelPointsReward, val redeemedAt: Instant) : TwitchEvent
Twitch EventSub: channel.channel_points_custom_reward_redemption.add
Constructors
Link copied to clipboard
constructor(subscriptionType: String, messageId: String, timestamp: Instant, id: String, broadcasterUserId: String, broadcasterUserLogin: String, broadcasterUserName: String, userId: String, userLogin: String, userName: String, userInput: String, status: String, reward: ChannelPointsReward, redeemedAt: Instant)
Properties
Link copied to clipboard
the ID of the channel where the reward was redeemed.
Link copied to clipboard
the login of the channel where the reward was redeemed.
Link copied to clipboard
the display name of the channel where the reward was redeemed.
Link copied to clipboard
RFC3339 timestamp of when the reward was redeemed.
Link copied to clipboard
the reward details including id, title, cost, and prompt.
Link copied to clipboard
The EventSub subscription type string (e.g. channel.follow).