ChannelRaid
data class ChannelRaid(val subscriptionType: String, val messageId: String, val timestamp: Instant, val fromBroadcasterUserId: String, val fromBroadcasterUserLogin: String, val fromBroadcasterUserName: String, val toBroadcasterUserId: String, val toBroadcasterUserLogin: String, val toBroadcasterUserName: String, val viewers: Int) : TwitchEvent
Properties
Link copied to clipboard
the broadcaster ID that created the raid.
Link copied to clipboard
the broadcaster login that created the raid.
Link copied to clipboard
the broadcaster display name that created the raid.
Link copied to clipboard
The EventSub subscription type string (e.g. channel.follow).
Link copied to clipboard
the broadcaster ID that received the raid.
Link copied to clipboard
the broadcaster login that received the raid.
Link copied to clipboard
the broadcaster display name that received the raid.