Exemplo n.º 1
0
 public TwitchChatEvent(TwitchChatEventType type, string msg)
 {
     Type    = type;
     Message = msg;
     DTGUtc  = DateTime.UtcNow;
 }
Exemplo n.º 2
0
 public TwitchChatEvent(TwitchChatEventType type)
 {
     Type   = type;
     DTGUtc = DateTime.UtcNow;
 }