Overview
Properties
Methods
Properties
cooldownExpiryDate
Type: Date | null
The time when the cooldown ends. null
means there is currently no cooldown.
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
.