ChannelGoalProgress
data class ChannelGoalProgress(val subscriptionType: String, val messageId: String, val timestamp: Instant, val id: String, val broadcasterUserId: String, val broadcasterUserLogin: String, val broadcasterUserName: String, val type: String, val description: String, val currentAmount: Int, val targetAmount: Int, val startedAt: Instant) : TwitchEvent
Properties
Link copied to clipboard
the broadcaster's user ID.
Link copied to clipboard
the broadcaster's login.
Link copied to clipboard
the broadcaster's display name.
Link copied to clipboard
the current progress toward the goal.
Link copied to clipboard
the goal description.
Link copied to clipboard
The EventSub subscription type string (e.g. channel.follow).
Link copied to clipboard
the target amount for the goal.