EventSubChannelRewardEvent
An EventSub event representing a broadcaster adding, updating or removing a Channel Points reward for their channel.
Overview
Properties
Methods
Properties
globalCooldown
Type: number | null
The cooldown between two redemptions of the reward, in seconds. null means no cooldown.
maxRedemptionsPerStream
Type: number | null
The maximum number of redemptions of the reward per stream. null means no limit.
maxRedemptionsPerUserPerStream
Type: number | null
The maximum number of redemptions of the reward per stream for each user. null means no limit.
redemptionsThisStream
Type: number | null
How often the reward was already redeemed this stream.
Only available when the stream is live and maxRedemptionsPerStream is set. Otherwise, this is null.