Skip to content

@mastondzn/dank-twitch-irc / ViewerMilestoneParameters

Interface: ViewerMilestoneParameters

Extends

Properties

category

category: string

The category of the milestone. (usually "watch-streak")

Source

src/message/twitch-types/usernotice.ts:182


copoReward

copoReward: number

The amount of channel points the user gained for reaching this milestone.

Source

src/message/twitch-types/usernotice.ts:174


copoRewardRaw

copoRewardRaw: string

Source

src/message/twitch-types/usernotice.ts:175


value

value: number

The value of the respective milestone category. (usually amount of viewed streams in a row, for "watch-streak")

Source

src/message/twitch-types/usernotice.ts:178


valueRaw

valueRaw: string

Source

src/message/twitch-types/usernotice.ts:179