stream-tools/twitch/api/chat-message.go

11 lines
486 B
Go
Raw Normal View History

2026-09-02 22:32:45 +01:00
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"