start

suspend fun start(fromBroadcasterId: String, toBroadcasterId: String): RaidResponse

Twitch API: Start a Raid

Raid another channel by sending the broadcaster's viewers to the targeted channel.

To determine whether the raid successfully occurred, you must subscribe to the Channel Raid event.

Rate Limit: The limit is 10 requests within a 10-minute window.

Return

the RaidResponse with information about the pending raid.

Parameters

fromBroadcasterId

the ID of the broadcaster that's sending the raiding party. This ID must match the user ID in the user access token.

toBroadcasterId

the ID of the broadcaster to raid.