Class
caplin.streamlink

ChatEventType

Enumeration that defines the type of the caplin.streamlink.ChatEvent.

The ChatEventType can be obtained by calling getUpdateType() on a caplin.streamlink.ChatEvent.

Constructor Summary

Attributes Name and Description
caplin.streamlink.ChatEventType()

Field Summary

Attributes Name and Description
<static> caplin.streamlink.ChatEventType.JOINED

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

<static> caplin.streamlink.ChatEventType.MESSAGE

The event contains a chat message

<static> caplin.streamlink.ChatEventType.USER_ADDED

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

<static> caplin.streamlink.ChatEventType.USER_REMOVED

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

Constructor Detail

caplin.streamlink.ChatEventType()

Field Detail

<static> caplin.streamlink.ChatEventType.JOINED

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

<static> caplin.streamlink.ChatEventType.MESSAGE

The event contains a chat message

<static> caplin.streamlink.ChatEventType.USER_ADDED

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

<static> caplin.streamlink.ChatEventType.USER_REMOVED

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