slime2 Logo

slime2 docs

slime2 forumsslime2 forums (opens in a new tab)
  • Welcome!
    • Starter Template
    • Event Listeners
    • StreamElements Migration
    • Widget Functions
    • Event Functions
    • Helper Functions
  • Reference
  • Twitch Events
    • Message
    • Remove Message
    • Clear Messages
    • Remove User
  • Widget Settings
    • Group
    • Button
    • Text Display
    • Image Display
    • Basic Inputs
    • Text Input
    • Number Input
    • Boolean Input
    • Inputs with Options
    • Dropdown Input
    • Select Input
    • Media Inputs
    • Image Input
    • Video Input
    • Audio Input
    • Other Inputs
    • Color Input
    • Font Input
Have questions? Ask in the forums đź”— (opens in a new tab)
Twitch Events
Clear Messages

Twitch Logo Clear Messages Event

Chat has been cleared by a moderator via the /clear (opens in a new tab) command.

Managed mode will automatically remove all rendered message events for you when this event is encountered.

Event Data
type ClearMessagesEvent = {
  type: 'clear-messages'
  source: 'twitch'
}
Remove MessageRemove User

slime2 docs