can you connect to your twitch channel chat in C#?

Sure

You’ll need to get an oAuth token of type user.

Depending on how you want to handle auth, will depend on what token you use

So implicit probably works the best

Chat is documented here https://dev.twitch.tv/docs/irc

If you get stuck and you want to go the library route there is likely a C# lib you can use instead