-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Description
What is the problem?
When running the event channel.follow, the broadcaster_user_id value gets put in broadcaster_user_login:
{
"subscription": {
"id": "58ae210a-a2d5-f681-e6e5-5fe81133f467",
"status": "enabled",
"type": "channel.follow",
"version": "2",
"condition": {
"broadcaster_user_id": "37885088",
"moderator_user_id": "89702268"
},
"transport": {
"method": "webhook",
"callback": "null"
},
"created_at": "2024-01-05T18:55:29.2763678Z",
"cost": 0
},
"event": {
"user_id": "89702268",
"user_login": "testFromUser",
"user_name": "testFromUser",
"broadcaster_user_id": "37885088",
"broadcaster_user_login": "37885088",
"broadcaster_user_name": "testBroadcaster",
"followed_at": "2024-01-05T18:55:29.2763678Z"
}
}Operating System
All
Architecture Version (x86, x64, arm, etc)
All
Steps to reproduce
twitch event trigger channel.follow
Relevant log output
No response
Metadata
Metadata
Assignees
Labels
No labels