Skip to content

Commit 20a9290

Browse files
authored
Add FollowedAt to the FollowEventSubEvent model
1 parent 4296faa commit 20a9290

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/models/follow.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ type FollowEventSubEvent struct {
88
UserName string `json:"user_name"`
99
BroadcasterUserID string `json:"broadcaster_user_id"`
1010
BroadcasterUserLogin string `json:"broadcaster_user_login"`
11-
BroadcasterUserName string `json:"broadcaster_user_name"`
11+
BroadcasterUserName string `json:"broadcaster_user_name"`,
12+
FollowedAt string `json:"followed_at"`
1213
}
1314

1415
type FollowWebSubResponse struct {

0 commit comments

Comments
 (0)