Skip to main content

First Chatter

  • Alert key: twitch-firstChatter
  • Source: Twitch
  • Event list label: First Chatter

Default message template

{{username}} is the first chatter and has been first {{first_count}} times!

Template variables

Use any of these in alert text, TTS, or chat templates. The same names appear under data.extraSettings.* when you subscribe via Overlay.on('alert').

Template variableOverlay payload fieldDescription
{{username}}data.extraSettings.usernameThe username of the sender
{{userId}}data.extraSettings.userIdThe user ID of the sender
{{displayname}}data.extraSettings.displaynameThe display name of the sender
{{avatar}}data.extraSettings.avatarThe url of the avatar of the sender for a message
{{first_count}}data.extraSettings.first_countCount how many times the first chatter's username starts a chat
{{message}}data.extraSettings.messageThe message text sent by the user

Variation conditions

Dimensions you can branch on when configuring alert variations:

  • RANDOM
  • EQUAL_NUMBER - First Chatter Count is equal to
  • GREATER_NUMBER - First Chatter Count is greater than or equal to
  • EQUAL_USERNAME
  • EQUAL_USER_LEVEL
  • EQUAL_VARIABLE