C# Class TwitchLib.Models.Client.WhisperMessage

Class representing a received whisper from TwitchWhisperClient
Mostra file Open project: swiftyspiffy/TwitchLib Class Usage Examples

Public Methods

Method Description
WhisperMessage ( string ircString, string botUsername ) : System

WhisperMessage constructor.

Private Methods

Method Description
ConvertToBool ( string data ) : bool

Method Details

WhisperMessage() public method

WhisperMessage constructor.
public WhisperMessage ( string ircString, string botUsername ) : System
ircString string Received IRC string from Twitch server.
botUsername string Active bot username receiving message.
return System