-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathvariables.go
More file actions
34 lines (32 loc) · 1005 Bytes
/
variables.go
File metadata and controls
34 lines (32 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
package events
const websubDeprecationNotice = "Halt! It appears you are trying to use WebSub, which has been deprecated. For more information, see: https://discuss.dev.twitch.tv/t/deprecation-of-websub-based-webhooks/32152"
var (
isAnonymous bool
forwardAddress string
transport string
noConfig bool
fromUser string
toUser string
giftUser string
subscriptionID string
eventMessageID string
secret string
eventStatus string
subscriptionStatus string
itemID string
itemName string
cost int64
count int
description string
gameID string
tier string
timestamp string
charityCurrentValue int
charityTargetValue int
clientId string
version string
websocketClient string
banStart string
banEnd string
userInput string
)