How to get user.id from event_join? #309
-
|
Hello, How could i get the as example: Also tried to get it from event_ready and event_channel_joined and had the same issue. I need to get a unique user-id, to be able to stack points in case the user changed the name. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
This data is not available via IRC join messages directly, as you can see from the raw messages You'd have to make an API call to do so. |
Beta Was this translation helpful? Give feedback.
-
|
It can be fetched. Thanks for the help in discord. |
Beta Was this translation helpful? Give feedback.
-
|
Note for others to be aware that event_join can and will be called multiple times for same user even if they haven't left and rejoined due to how Twitch batch send. |
Beta Was this translation helpful? Give feedback.
It can be fetched.
Thanks for the help in discord.