Fixed 7tv & Twitch reconnection. Added adbreak, follow, subscription handlers for Twitch. Added multi-chat support. Added support to unsubscribe from Twitch event subs.
This commit is contained in:
@@ -3,6 +3,6 @@ namespace TwitchChatTTS.Twitch.Socket.Handlers
|
||||
public interface ITwitchSocketHandler
|
||||
{
|
||||
string Name { get; }
|
||||
Task Execute(TwitchWebsocketClient sender, object? data);
|
||||
Task Execute(TwitchWebsocketClient sender, object data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user