Closed Yozhik67853 closed 3 years ago
What version are you using? try to use the latest prerelease as there were numerous issues fixed with channel points in the last few prereleases
What version are you using? try to use the latest prerelease as there were numerous issues fixed with channel points in the last few prereleases
Hi, i use 3.1.4 PubSub , download in NuGet Today
you forgot clientPubSub.ListenToRewards("MyTwitchNickNameConvertToID");
you forgot
clientPubSub.ListenToRewards("MyTwitchNickNameConvertToID");
Thank you, now everything works)))) it's cool
Hello, please tell me, I need to know the number of channel points spent by the user when using the reward. How am I trying to get this
class new TwitchClient (); works well I can receive messages from the my channel chat using the identifier and also reply to messages from the bot channel oAuth with chat:read and chat:edit (MyChannel_Bot)
for the main channel (broadcast channel) I created oAuth with chat:read and channel:read:redemptions permissions (MyChannel)
After running the program, I see the following message regarding the (Client_onListenResponse) method Successfully checked listening to the video.playback theme. channelName and Whispers.ChannelNameConvertToId .
But when I use a channel reward of 100 points in chat, the (Client_onChatRewardRedeemed) method does not work, please tell me what I am doing wrong