We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4296faa commit 20a9290Copy full SHA for 20a9290
internal/models/follow.go
@@ -8,7 +8,8 @@ type FollowEventSubEvent struct {
8
UserName string `json:"user_name"`
9
BroadcasterUserID string `json:"broadcaster_user_id"`
10
BroadcasterUserLogin string `json:"broadcaster_user_login"`
11
- BroadcasterUserName string `json:"broadcaster_user_name"`
+ BroadcasterUserName string `json:"broadcaster_user_name"`,
12
+ FollowedAt string `json:"followed_at"`
13
}
14
15
type FollowWebSubResponse struct {
0 commit comments