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:
@ -6,5 +6,10 @@ namespace TwitchChatTTS.Twitch.Socket.Messages
|
||||
public int Total { get; set; }
|
||||
public int TotalCost { get; set; }
|
||||
public int MaxTotalCost { get; set; }
|
||||
public EventResponsePagination? Pagination { get; set; }
|
||||
}
|
||||
|
||||
public class EventResponsePagination {
|
||||
public string Cursor { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user