Available on crate feature helix only.
Expand description

Helix endpoints regarding moderation

Modules

Adds a word or phrase to the broadcaster’s list of blocked terms. These are the terms that broadcasters don’t want used in their chat room. add-blocked-term

Bans a user from participating in a broadcaster’s chat room, or puts them in a timeout. ban-user

Determines whether a string message meets the channel’s AutoMod requirements. check-automod-status

Returns all banned and timed-out users in a channel. get-banned-users

Gets the broadcaster’s list of non-private, blocked words or phrases. These are the terms that the broadcaster or moderator added manually, or that were denied by AutoMod. get-blocked-terms

Returns all moderators in a channel. get-moderators

Allow or deny a message that was held for review by AutoMod. manage-held-automod-messages

Removes the word or phrase that the broadcaster is blocking users from using in their chat room. remove-blocked-term

Removes the ban or timeout that was placed on the specified user. unban-user

Structs

Enums

Action to take for a message.

Return Values for Unban User