Added group support for websockets.
This commit is contained in:
@@ -12,6 +12,8 @@ namespace TwitchChatTTS.Chat.Groups
|
||||
IEnumerable<string> GetGroupNamesFor(long chatter);
|
||||
int GetPriorityFor(long chatter);
|
||||
int GetPriorityFor(IEnumerable<string> groupIds);
|
||||
void Modify(Group group);
|
||||
bool Remove(string groupId);
|
||||
bool Remove(long chatter, string groupId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user