namespace TwitchChatTTS.Chat.Groups { public class GroupChatter { public string GroupId { get; set; } public long ChatterId { get; set;} } }