Пример #1
0
 private void ChatCommandReceived(object sender, OnChatCommandReceivedArgs e)
 {
     OnCommandReceived?.Invoke(this, e.ToCommandReceivedEventArgs());
     OnUserNoticed?.Invoke(this, e.ToUserStatusEventArgs());
 }
Пример #2
0
 private void TwitchClientOnOnUserJoined(object sender, OnUserJoinedArgs onUserJoinedArgs)
 {
     OnUserNoticed?.Invoke(this, onUserJoinedArgs.ToUserStatusEventArgs());
 }