10 lines
486 B
Go
10 lines
486 B
Go
package api
|
|
|
|
type ChatMessageType string
|
|
|
|
const MESSAGE_TEXT ChatMessageType = "text"
|
|
const MESSAGE_CHANNEL_POINTS_HIGHLIGHTED ChatMessageType = "channel_points_highlighted"
|
|
const MESSAGE_CHANNEL_POINTS_SUB_ONLY ChatMessageType = "channel_points_sub_only"
|
|
const MESSAGE_USER_INTRO ChatMessageType = "user_intro"
|
|
const MESSAGE_POWER_UPS_MESSAGE_EFFECT ChatMessageType = "power_ups_message_effect"
|
|
const MESSAGE_POWER_UPS_GIGANTIFIED_EMOTE ChatMessageType = "power_ups_gigantified_emote"
|