removeSuspiciousStatus
suspend fun removeSuspiciousStatus(broadcasterId: String, moderatorId: String, userId: String): SuspiciousUserStatus
Twitch API: Remove Suspicious Status From Chat User
Remove a suspicious user status from a chatter on broadcaster's channel.
Return
the SuspiciousUserStatus result.
Parameters
broadcasterId
the user ID of the broadcaster, indicating the channel where the status is being removed.
moderatorId
the user ID of the moderator who is removing the status.
userId
the ID of the user having the suspicious status removed.