C# Class TwitchLib.Models.Client.WhisperMessage

Class representing a received whisper from TwitchWhisperClient
Afficher le fichier Open project: swiftyspiffy/TwitchLib Class Usage Examples

Méthodes publiques

Méthode Description
WhisperMessage ( string ircString, string botUsername ) : System

WhisperMessage constructor.

Private Methods

Méthode Description
ConvertToBool ( string data ) : bool

Method Details

WhisperMessage() public méthode

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