Hardly.Library.Twitch.TwitchChatChannelEvent.TwitchChatChannelEvent C# (CSharp) Method

TwitchChatChannelEvent() public method

public TwitchChatChannelEvent ( TwitchChannel channel ) : System
channel TwitchChannel
return System
        public TwitchChatChannelEvent(TwitchChannel channel)
        {
            this.channel = channel;
        }
TwitchChatChannelEvent