addSuspiciousStatus

suspend fun addSuspiciousStatus(broadcasterId: String, moderatorId: String, userId: String, status: String): SuspiciousUserStatus

Twitch API: Add Suspicious Status to Chat User

Adds a suspicious user status to a chatter on the broadcaster's channel.

Return

the SuspiciousUserStatus result.

Parameters

broadcasterId

the user ID of the broadcaster, indicating the channel where the status is being applied.

moderatorId

the user ID of the moderator who is applying the status.

userId

the ID of the user being given the suspicious status.

status

the type of suspicious status. Possible values are: ACTIVE_MONITORING, RESTRICTED.