Closed ovelir closed 2 years ago
Func UserList returns only one user from channel (the user on whose behalf the connection was made). As far as I remember, half year ago or about it, function returned the full list of channel users. Does the user need moderator rights or other conditions for correct work?
Have you set the Capabilities
field in the client to include the MembershipCapability
?
so before connecting:
client.Capabilities = append(client.Capabilities, twitch.MembershipCapability)
It works! Thank you :)
Func UserList returns only one user from channel (the user on whose behalf the connection was made). As far as I remember, half year ago or about it, function returned the full list of channel users. Does the user need moderator rights or other conditions for correct work?