C# Class TwitchLib.Models.Client.WhisperParsing

Static class used for detecting whisper commands and messages.
Afficher le fichier Open project: swiftyspiffy/TwitchLib

Méthodes publiques

Méthode Description
detectedWhisperCommandReceived ( string message, string username, List commandIdentifiers ) : bool

Function used to detect if a whisper command was received or not.

detectedWhisperReceived ( string message, string username ) : bool

Function used to detect if a whisper was received or not.

Method Details

detectedWhisperCommandReceived() public static méthode

Function used to detect if a whisper command was received or not.
public static detectedWhisperCommandReceived ( string message, string username, List commandIdentifiers ) : bool
message string
username string
commandIdentifiers List
Résultat bool

detectedWhisperReceived() public static méthode

Function used to detect if a whisper was received or not.
public static detectedWhisperReceived ( string message, string username ) : bool
message string
username string
Résultat bool