8 lines
168 B
C#
8 lines
168 B
C#
namespace TwitchChatTTS.Chat.Groups
|
|
{
|
|
public class GroupChatter
|
|
{
|
|
public string GroupId { get; set; }
|
|
public long ChatterId { get; set;}
|
|
}
|
|
} |