Exemplo n.º 1
0
 private void ChatCommandReceived(object sender, OnChatCommandReceivedArgs e)
 {
     OnCommandReceived?.Invoke(this, e.ToCommandReceivedEventArgs());
     OnUserNoticed?.Invoke(this, e.ToUserStatusEventArgs());
 }
Exemplo n.º 2
0
 private void TwitchClientOnOnUserJoined(object sender, OnUserJoinedArgs onUserJoinedArgs)
 {
     OnUserNoticed?.Invoke(this, onUserJoinedArgs.ToUserStatusEventArgs());
 }