ChannelGoalEnd
data class ChannelGoalEnd(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 isAchieved: Boolean, val currentAmount: Int, val targetAmount: Int, val startedAt: Instant, val endedAt: Instant) : TwitchEvent
Constructors
Link copied to clipboard
constructor(subscriptionType: String, messageId: String, timestamp: Instant, id: String, broadcasterUserId: String, broadcasterUserLogin: String, broadcasterUserName: String, type: String, description: String, isAchieved: Boolean, currentAmount: Int, targetAmount: Int, startedAt: Instant, endedAt: Instant)
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 final progress amount.
Link copied to clipboard
the goal description.
Link copied to clipboard
whether the goal was achieved.
Link copied to clipboard
The EventSub subscription type string (e.g. channel.follow).
Link copied to clipboard
the target amount for the goal.