Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ChatEventType

name

ChatEventType

Index

Enumeration members

Enumeration members

JOINED

JOINED: = "JOINED"

The event represents the event raised when this StreamLink client joins a chat channel.

MESSAGE

MESSAGE: = "MESSAGE"

The event contains a chat message

USER_ADDED

USER_ADDED: = "USER_ADDED"

The event represents the event raised when a user joins a chat channel.

USER_REMOVED

USER_REMOVED: = "USER_REMOVED"

The event represents the event raised when a user leaves a chat channel.

Generated using TypeDoc