ChannelPointsCustomRewardRemove

data class ChannelPointsCustomRewardRemove(val subscriptionType: String, val messageId: String, val timestamp: Instant, val id: String, val broadcasterUserId: String, val broadcasterUserLogin: String, val broadcasterUserName: String, val isEnabled: Boolean, val isPaused: Boolean, val isInStock: Boolean, val title: String, val cost: Int, val prompt: String, val isUserInputRequired: Boolean, val shouldRedemptionsSkipRequestQueue: Boolean, val maxPerStream: MaxPerStreamSetting, val maxPerUserPerStream: MaxPerStreamSetting, val backgroundColor: String, val image: RewardImage?, val defaultImage: RewardImage, val globalCooldown: GlobalCooldownSetting, val cooldownExpiresAt: Instant?, val redemptionsRedeemedCurrentStream: Int?) : TwitchEvent

Twitch EventSub: channel.channel_points_custom_reward.remove

Fired when a custom channel points reward is removed. Uses the same structure as ChannelPointsCustomRewardAdd.

Constructors

Link copied to clipboard
constructor(subscriptionType: String, messageId: String, timestamp: Instant, id: String, broadcasterUserId: String, broadcasterUserLogin: String, broadcasterUserName: String, isEnabled: Boolean, isPaused: Boolean, isInStock: Boolean, title: String, cost: Int, prompt: String, isUserInputRequired: Boolean, shouldRedemptionsSkipRequestQueue: Boolean, maxPerStream: MaxPerStreamSetting, maxPerUserPerStream: MaxPerStreamSetting, backgroundColor: String, image: RewardImage?, defaultImage: RewardImage, globalCooldown: GlobalCooldownSetting, cooldownExpiresAt: Instant?, redemptionsRedeemedCurrentStream: Int?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val cost: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val messageId: String

Unique ID for this EventSub message.

Link copied to clipboard
Link copied to clipboard
open override val subscriptionType: String

The EventSub subscription type string (e.g. channel.follow).

Link copied to clipboard
open override val timestamp: Instant

The Instant when the EventSub notification was sent, parsed from ISO-8601.

Link copied to clipboard