hermes-client/Chat/Groups/GroupChatter.cs

8 lines
168 B
C#
Raw Normal View History

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