backend for twitch chat widgets
This commit is contained in:
parent
09c11f11a1
commit
28b9492cb3
11 changed files with 725 additions and 94 deletions
10
twitch/api/chat-message.go
Normal file
10
twitch/api/chat-message.go
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue